func ArtifactCategory_Values() []string
ArtifactCategory_Values returns all elements of the ArtifactCategory enum
func ArtifactType_Values() []string
ArtifactType_Values returns all elements of the ArtifactType enum
func BillingMethod_Values() []string
BillingMethod_Values returns all elements of the BillingMethod enum
func CurrencyCode_Values() []string
CurrencyCode_Values returns all elements of the CurrencyCode enum
func DeviceAttribute_Values() []string
DeviceAttribute_Values returns all elements of the DeviceAttribute enum
func DeviceAvailability_Values() []string
DeviceAvailability_Values returns all elements of the DeviceAvailability enum
func DeviceFilterAttribute_Values() []string
DeviceFilterAttribute_Values returns all elements of the DeviceFilterAttribute enum
func DeviceFormFactor_Values() []string
DeviceFormFactor_Values returns all elements of the DeviceFormFactor enum
func DevicePlatform_Values() []string
DevicePlatform_Values returns all elements of the DevicePlatform enum
func DevicePoolType_Values() []string
DevicePoolType_Values returns all elements of the DevicePoolType enum
func ExecutionResultCode_Values() []string
ExecutionResultCode_Values returns all elements of the ExecutionResultCode enum
func ExecutionResult_Values() []string
ExecutionResult_Values returns all elements of the ExecutionResult enum
func ExecutionStatus_Values() []string
ExecutionStatus_Values returns all elements of the ExecutionStatus enum
func InstanceStatus_Values() []string
InstanceStatus_Values returns all elements of the InstanceStatus enum
func InteractionMode_Values() []string
InteractionMode_Values returns all elements of the InteractionMode enum
func NetworkProfileType_Values() []string
NetworkProfileType_Values returns all elements of the NetworkProfileType enum
func OfferingTransactionType_Values() []string
OfferingTransactionType_Values returns all elements of the OfferingTransactionType enum
func OfferingType_Values() []string
OfferingType_Values returns all elements of the OfferingType enum
func RecurringChargeFrequency_Values() []string
RecurringChargeFrequency_Values returns all elements of the RecurringChargeFrequency enum
func RuleOperator_Values() []string
RuleOperator_Values returns all elements of the RuleOperator enum
func SampleType_Values() []string
SampleType_Values returns all elements of the SampleType enum
func TestGridSessionArtifactCategory_Values() []string
TestGridSessionArtifactCategory_Values returns all elements of the TestGridSessionArtifactCategory enum
func TestGridSessionArtifactType_Values() []string
TestGridSessionArtifactType_Values returns all elements of the TestGridSessionArtifactType enum
func TestGridSessionStatus_Values() []string
TestGridSessionStatus_Values returns all elements of the TestGridSessionStatus enum
func TestType_Values() []string
TestType_Values returns all elements of the TestType enum
func UploadCategory_Values() []string
UploadCategory_Values returns all elements of the UploadCategory enum
func UploadStatus_Values() []string
UploadStatus_Values returns all elements of the UploadStatus enum
func UploadType_Values() []string
UploadType_Values returns all elements of the UploadType enum
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? (http://aws.amazon.com/device-farm/faqs/) 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 (s AccountSettings) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AccountSettings) SetAwsAccountNumber(v string) *AccountSettings
SetAwsAccountNumber sets the AwsAccountNumber field's value.
func (s *AccountSettings) SetDefaultJobTimeoutMinutes(v int64) *AccountSettings
SetDefaultJobTimeoutMinutes sets the DefaultJobTimeoutMinutes field's value.
func (s *AccountSettings) SetMaxJobTimeoutMinutes(v int64) *AccountSettings
SetMaxJobTimeoutMinutes sets the MaxJobTimeoutMinutes field's value.
func (s *AccountSettings) SetMaxSlots(v map[string]*int64) *AccountSettings
SetMaxSlots sets the MaxSlots field's value.
func (s *AccountSettings) SetSkipAppResign(v bool) *AccountSettings
SetSkipAppResign sets the SkipAppResign field's value.
func (s *AccountSettings) SetTrialMinutes(v *TrialMinutes) *AccountSettings
SetTrialMinutes sets the TrialMinutes field's value.
func (s *AccountSettings) SetUnmeteredDevices(v map[string]*int64) *AccountSettings
SetUnmeteredDevices sets the UnmeteredDevices field's value.
func (s *AccountSettings) SetUnmeteredRemoteAccessDevices(v map[string]*int64) *AccountSettings
SetUnmeteredRemoteAccessDevices sets the UnmeteredRemoteAccessDevices field's value.
func (s AccountSettings) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 (s *ArgumentException) Code() string
Code returns the exception type name.
func (s *ArgumentException) Error() string
func (s ArgumentException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ArgumentException) Message() string
Message returns the exception's message.
func (s *ArgumentException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ArgumentException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ArgumentException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ArgumentException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 (s Artifact) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Artifact) SetArn(v string) *Artifact
SetArn sets the Arn field's value.
func (s *Artifact) SetExtension(v string) *Artifact
SetExtension sets the Extension field's value.
func (s *Artifact) SetName(v string) *Artifact
SetName sets the Name field's value.
func (s *Artifact) SetType(v string) *Artifact
SetType sets the Type field's value.
func (s *Artifact) SetUrl(v string) *Artifact
SetUrl sets the Url field's value.
func (s Artifact) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 (s CPU) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CPU) SetArchitecture(v string) *CPU
SetArchitecture sets the Architecture field's value.
func (s *CPU) SetClock(v float64) *CPU
SetClock sets the Clock field's value.
func (s *CPU) SetFrequency(v string) *CPU
SetFrequency sets the Frequency field's value.
func (s CPU) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CannotDeleteException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The requested object could not be deleted.
func (s *CannotDeleteException) Code() string
Code returns the exception type name.
func (s *CannotDeleteException) Error() string
func (s CannotDeleteException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CannotDeleteException) Message() string
Message returns the exception's message.
func (s *CannotDeleteException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *CannotDeleteException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *CannotDeleteException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s CannotDeleteException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Counters struct { // The number of errored entities. Errored *int64 `locationName:"errored" type:"integer"` // The number of failed entities. Failed *int64 `locationName:"failed" type:"integer"` // The number of passed entities. Passed *int64 `locationName:"passed" type:"integer"` // The number of skipped entities. Skipped *int64 `locationName:"skipped" type:"integer"` // The number of stopped entities. Stopped *int64 `locationName:"stopped" type:"integer"` // The total number of entities. Total *int64 `locationName:"total" type:"integer"` // The number of warned entities. Warned *int64 `locationName:"warned" type:"integer"` // contains filtered or unexported fields }
Represents entity counters.
func (s Counters) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Counters) SetErrored(v int64) *Counters
SetErrored sets the Errored field's value.
func (s *Counters) SetFailed(v int64) *Counters
SetFailed sets the Failed field's value.
func (s *Counters) SetPassed(v int64) *Counters
SetPassed sets the Passed field's value.
func (s *Counters) SetSkipped(v int64) *Counters
SetSkipped sets the Skipped field's value.
func (s *Counters) SetStopped(v int64) *Counters
SetStopped sets the Stopped field's value.
func (s *Counters) SetTotal(v int64) *Counters
SetTotal sets the Total field's value.
func (s *Counters) SetWarned(v int64) *Counters
SetWarned sets the Warned field's value.
func (s Counters) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDevicePoolInput struct { // The device pool's description. Description *string `locationName:"description" type:"string"` // The number of devices that Device Farm can add to your device pool. Device // Farm adds devices that are available and meet the criteria that you assign // for the rules parameter. Depending on how many devices meet these constraints, // your device pool might contain fewer devices than the value for this parameter. // // By specifying the maximum number of devices, you can control the costs that // you incur by running tests. MaxDevices *int64 `locationName:"maxDevices" type:"integer"` // The device pool's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The ARN of the project for the device pool. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // The device pool's rules. // // Rules is a required field Rules []*Rule `locationName:"rules" type:"list" required:"true"` // contains filtered or unexported fields }
Represents a request to the create device pool operation.
func (s CreateDevicePoolInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateDevicePoolInput) SetDescription(v string) *CreateDevicePoolInput
SetDescription sets the Description field's value.
func (s *CreateDevicePoolInput) SetMaxDevices(v int64) *CreateDevicePoolInput
SetMaxDevices sets the MaxDevices field's value.
func (s *CreateDevicePoolInput) SetName(v string) *CreateDevicePoolInput
SetName sets the Name field's value.
func (s *CreateDevicePoolInput) SetProjectArn(v string) *CreateDevicePoolInput
SetProjectArn sets the ProjectArn field's value.
func (s *CreateDevicePoolInput) SetRules(v []*Rule) *CreateDevicePoolInput
SetRules sets the Rules field's value.
func (s CreateDevicePoolInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateDevicePoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDevicePoolOutput struct { // The newly created device pool. DevicePool *DevicePool `locationName:"devicePool" type:"structure"` // contains filtered or unexported fields }
Represents the result of a create device pool request.
func (s CreateDevicePoolOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateDevicePoolOutput) SetDevicePool(v *DevicePool) *CreateDevicePoolOutput
SetDevicePool sets the DevicePool field's value.
func (s CreateDevicePoolOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateInstanceProfileInput struct { // The description of your instance profile. Description *string `locationName:"description" type:"string"` // An array of strings that specifies the list of app packages that should not // be cleaned up from the device after a test run. // // The list of packages is considered only if you set packageCleanup to true. ExcludeAppPackagesFromCleanup []*string `locationName:"excludeAppPackagesFromCleanup" type:"list"` // The name of your instance profile. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // When set to true, Device Farm removes app packages after a test run. The // default value is false for private devices. PackageCleanup *bool `locationName:"packageCleanup" type:"boolean"` // When set to true, Device Farm reboots the instance after a test run. The // default value is true. RebootAfterUse *bool `locationName:"rebootAfterUse" type:"boolean"` // contains filtered or unexported fields }
func (s CreateInstanceProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateInstanceProfileInput) SetDescription(v string) *CreateInstanceProfileInput
SetDescription sets the Description field's value.
func (s *CreateInstanceProfileInput) SetExcludeAppPackagesFromCleanup(v []*string) *CreateInstanceProfileInput
SetExcludeAppPackagesFromCleanup sets the ExcludeAppPackagesFromCleanup field's value.
func (s *CreateInstanceProfileInput) SetName(v string) *CreateInstanceProfileInput
SetName sets the Name field's value.
func (s *CreateInstanceProfileInput) SetPackageCleanup(v bool) *CreateInstanceProfileInput
SetPackageCleanup sets the PackageCleanup field's value.
func (s *CreateInstanceProfileInput) SetRebootAfterUse(v bool) *CreateInstanceProfileInput
SetRebootAfterUse sets the RebootAfterUse field's value.
func (s CreateInstanceProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInstanceProfileOutput struct { // An object that contains information about your instance profile. InstanceProfile *InstanceProfile `locationName:"instanceProfile" type:"structure"` // contains filtered or unexported fields }
func (s CreateInstanceProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateInstanceProfileOutput) SetInstanceProfile(v *InstanceProfile) *CreateInstanceProfileOutput
SetInstanceProfile sets the InstanceProfile field's value.
func (s CreateInstanceProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateNetworkProfileInput struct { // The description of the network profile. Description *string `locationName:"description" type:"string"` // The data throughput rate in bits per second, as an integer from 0 to 104857600. DownlinkBandwidthBits *int64 `locationName:"downlinkBandwidthBits" type:"long"` // Delay time for all packets to destination in milliseconds as an integer from // 0 to 2000. DownlinkDelayMs *int64 `locationName:"downlinkDelayMs" type:"long"` // Time variation in the delay of received packets in milliseconds as an integer // from 0 to 2000. DownlinkJitterMs *int64 `locationName:"downlinkJitterMs" type:"long"` // Proportion of received packets that fail to arrive from 0 to 100 percent. DownlinkLossPercent *int64 `locationName:"downlinkLossPercent" type:"integer"` // The name for the new network profile. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the project for which you want to create // a network profile. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // The type of network profile to create. Valid values are listed here. Type *string `locationName:"type" type:"string" enum:"NetworkProfileType"` // The data throughput rate in bits per second, as an integer from 0 to 104857600. UplinkBandwidthBits *int64 `locationName:"uplinkBandwidthBits" type:"long"` // Delay time for all packets to destination in milliseconds as an integer from // 0 to 2000. UplinkDelayMs *int64 `locationName:"uplinkDelayMs" type:"long"` // Time variation in the delay of received packets in milliseconds as an integer // from 0 to 2000. UplinkJitterMs *int64 `locationName:"uplinkJitterMs" type:"long"` // Proportion of transmitted packets that fail to arrive from 0 to 100 percent. UplinkLossPercent *int64 `locationName:"uplinkLossPercent" type:"integer"` // contains filtered or unexported fields }
func (s CreateNetworkProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateNetworkProfileInput) SetDescription(v string) *CreateNetworkProfileInput
SetDescription sets the Description field's value.
func (s *CreateNetworkProfileInput) SetDownlinkBandwidthBits(v int64) *CreateNetworkProfileInput
SetDownlinkBandwidthBits sets the DownlinkBandwidthBits field's value.
func (s *CreateNetworkProfileInput) SetDownlinkDelayMs(v int64) *CreateNetworkProfileInput
SetDownlinkDelayMs sets the DownlinkDelayMs field's value.
func (s *CreateNetworkProfileInput) SetDownlinkJitterMs(v int64) *CreateNetworkProfileInput
SetDownlinkJitterMs sets the DownlinkJitterMs field's value.
func (s *CreateNetworkProfileInput) SetDownlinkLossPercent(v int64) *CreateNetworkProfileInput
SetDownlinkLossPercent sets the DownlinkLossPercent field's value.
func (s *CreateNetworkProfileInput) SetName(v string) *CreateNetworkProfileInput
SetName sets the Name field's value.
func (s *CreateNetworkProfileInput) SetProjectArn(v string) *CreateNetworkProfileInput
SetProjectArn sets the ProjectArn field's value.
func (s *CreateNetworkProfileInput) SetType(v string) *CreateNetworkProfileInput
SetType sets the Type field's value.
func (s *CreateNetworkProfileInput) SetUplinkBandwidthBits(v int64) *CreateNetworkProfileInput
SetUplinkBandwidthBits sets the UplinkBandwidthBits field's value.
func (s *CreateNetworkProfileInput) SetUplinkDelayMs(v int64) *CreateNetworkProfileInput
SetUplinkDelayMs sets the UplinkDelayMs field's value.
func (s *CreateNetworkProfileInput) SetUplinkJitterMs(v int64) *CreateNetworkProfileInput
SetUplinkJitterMs sets the UplinkJitterMs field's value.
func (s *CreateNetworkProfileInput) SetUplinkLossPercent(v int64) *CreateNetworkProfileInput
SetUplinkLossPercent sets the UplinkLossPercent field's value.
func (s CreateNetworkProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateNetworkProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateNetworkProfileOutput struct { // The network profile that is returned by the create network profile request. NetworkProfile *NetworkProfile `locationName:"networkProfile" type:"structure"` // contains filtered or unexported fields }
func (s CreateNetworkProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateNetworkProfileOutput) SetNetworkProfile(v *NetworkProfile) *CreateNetworkProfileOutput
SetNetworkProfile sets the NetworkProfile field's value.
func (s CreateNetworkProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateProjectInput struct { // Sets the execution timeout value (in minutes) for a project. All test runs // in this project use the specified execution timeout value unless overridden // when scheduling a run. DefaultJobTimeoutMinutes *int64 `locationName:"defaultJobTimeoutMinutes" type:"integer"` // The project's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The VPC security groups and subnets that are attached to a project. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
Represents a request to the create project operation.
func (s CreateProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateProjectInput) SetDefaultJobTimeoutMinutes(v int64) *CreateProjectInput
SetDefaultJobTimeoutMinutes sets the DefaultJobTimeoutMinutes field's value.
func (s *CreateProjectInput) SetName(v string) *CreateProjectInput
SetName sets the Name field's value.
func (s *CreateProjectInput) SetVpcConfig(v *VpcConfig) *CreateProjectInput
SetVpcConfig sets the VpcConfig field's value.
func (s CreateProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateProjectOutput struct { // The newly created project. Project *Project `locationName:"project" type:"structure"` // contains filtered or unexported fields }
Represents the result of a create project request.
func (s CreateProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateProjectOutput) SetProject(v *Project) *CreateProjectOutput
SetProject sets the Project field's value.
func (s CreateProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateRemoteAccessSessionConfiguration struct { // The billing method for the remote access session. BillingMethod *string `locationName:"billingMethod" type:"string" enum:"BillingMethod"` // An array of ARNs included in the VPC endpoint configuration. VpceConfigurationArns []*string `locationName:"vpceConfigurationArns" type:"list"` // contains filtered or unexported fields }
Configuration settings for a remote access session, including billing method.
func (s CreateRemoteAccessSessionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRemoteAccessSessionConfiguration) SetBillingMethod(v string) *CreateRemoteAccessSessionConfiguration
SetBillingMethod sets the BillingMethod field's value.
func (s *CreateRemoteAccessSessionConfiguration) SetVpceConfigurationArns(v []*string) *CreateRemoteAccessSessionConfiguration
SetVpceConfigurationArns sets the VpceConfigurationArns field's value.
func (s CreateRemoteAccessSessionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateRemoteAccessSessionInput struct { // Unique identifier for the client. If you want access to multiple devices // on the same client, you should pass the same clientId value in each call // to CreateRemoteAccessSession. This identifier is required only if remoteDebugEnabled // is set to true. // // Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). ClientId *string `locationName:"clientId" type:"string"` // The configuration information for the remote access session request. Configuration *CreateRemoteAccessSessionConfiguration `locationName:"configuration" type:"structure"` // The ARN of the device for which you want to create a remote access session. // // DeviceArn is a required field DeviceArn *string `locationName:"deviceArn" min:"32" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the device instance for which you want // to create a remote access session. InstanceArn *string `locationName:"instanceArn" min:"32" type:"string"` // The interaction mode of the remote access session. Valid values are: // // * INTERACTIVE: You can interact with the iOS device by viewing, touching, // and rotating the screen. You cannot run XCUITest framework-based tests // in this mode. // // * NO_VIDEO: You are connected to the device, but cannot interact with // it or view the screen. This mode has the fastest test execution speed. // You can run XCUITest framework-based tests in this mode. // // * VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. // You can run XCUITest framework-based tests and watch the screen in this // mode. InteractionMode *string `locationName:"interactionMode" type:"string" enum:"InteractionMode"` // The name of the remote access session to create. Name *string `locationName:"name" type:"string"` // The Amazon Resource Name (ARN) of the project for which you want to create // a remote access session. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // Set to true if you want to access devices remotely for debugging in your // remote access session. // // Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). RemoteDebugEnabled *bool `locationName:"remoteDebugEnabled" type:"boolean"` // The Amazon Resource Name (ARN) for the app to be recorded in the remote access // session. RemoteRecordAppArn *string `locationName:"remoteRecordAppArn" min:"32" type:"string"` // Set to true to enable remote recording for the remote access session. RemoteRecordEnabled *bool `locationName:"remoteRecordEnabled" type:"boolean"` // 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 on how Device Farm modifies your uploads during tests, // see Do you modify my app? (http://aws.amazon.com/device-farm/faqs/) SkipAppResign *bool `locationName:"skipAppResign" type:"boolean"` // Ignored. The public key of the ssh key pair you want to use for connecting // to remote devices in your remote debugging session. This key is required // only if remoteDebugEnabled is set to true. // // Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). SshPublicKey *string `locationName:"sshPublicKey" type:"string"` // contains filtered or unexported fields }
Creates and submits a request to start a remote access session.
func (s CreateRemoteAccessSessionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRemoteAccessSessionInput) SetClientId(v string) *CreateRemoteAccessSessionInput
SetClientId sets the ClientId field's value.
func (s *CreateRemoteAccessSessionInput) SetConfiguration(v *CreateRemoteAccessSessionConfiguration) *CreateRemoteAccessSessionInput
SetConfiguration sets the Configuration field's value.
func (s *CreateRemoteAccessSessionInput) SetDeviceArn(v string) *CreateRemoteAccessSessionInput
SetDeviceArn sets the DeviceArn field's value.
func (s *CreateRemoteAccessSessionInput) SetInstanceArn(v string) *CreateRemoteAccessSessionInput
SetInstanceArn sets the InstanceArn field's value.
func (s *CreateRemoteAccessSessionInput) SetInteractionMode(v string) *CreateRemoteAccessSessionInput
SetInteractionMode sets the InteractionMode field's value.
func (s *CreateRemoteAccessSessionInput) SetName(v string) *CreateRemoteAccessSessionInput
SetName sets the Name field's value.
func (s *CreateRemoteAccessSessionInput) SetProjectArn(v string) *CreateRemoteAccessSessionInput
SetProjectArn sets the ProjectArn field's value.
func (s *CreateRemoteAccessSessionInput) SetRemoteDebugEnabled(v bool) *CreateRemoteAccessSessionInput
SetRemoteDebugEnabled sets the RemoteDebugEnabled field's value.
func (s *CreateRemoteAccessSessionInput) SetRemoteRecordAppArn(v string) *CreateRemoteAccessSessionInput
SetRemoteRecordAppArn sets the RemoteRecordAppArn field's value.
func (s *CreateRemoteAccessSessionInput) SetRemoteRecordEnabled(v bool) *CreateRemoteAccessSessionInput
SetRemoteRecordEnabled sets the RemoteRecordEnabled field's value.
func (s *CreateRemoteAccessSessionInput) SetSkipAppResign(v bool) *CreateRemoteAccessSessionInput
SetSkipAppResign sets the SkipAppResign field's value.
func (s *CreateRemoteAccessSessionInput) SetSshPublicKey(v string) *CreateRemoteAccessSessionInput
SetSshPublicKey sets the SshPublicKey field's value.
func (s CreateRemoteAccessSessionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRemoteAccessSessionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRemoteAccessSessionOutput struct { // A container that describes the remote access session when the request to // create a remote access session is sent. RemoteAccessSession *RemoteAccessSession `locationName:"remoteAccessSession" type:"structure"` // contains filtered or unexported fields }
Represents the server response from a request to create a remote access session.
func (s CreateRemoteAccessSessionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRemoteAccessSessionOutput) SetRemoteAccessSession(v *RemoteAccessSession) *CreateRemoteAccessSessionOutput
SetRemoteAccessSession sets the RemoteAccessSession field's value.
func (s CreateRemoteAccessSessionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateTestGridProjectInput struct { // Human-readable description of the project. Description *string `locationName:"description" min:"1" type:"string"` // Human-readable name of the Selenium testing project. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The VPC security groups and subnets that are attached to a project. VpcConfig *TestGridVpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
func (s CreateTestGridProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridProjectInput) SetDescription(v string) *CreateTestGridProjectInput
SetDescription sets the Description field's value.
func (s *CreateTestGridProjectInput) SetName(v string) *CreateTestGridProjectInput
SetName sets the Name field's value.
func (s *CreateTestGridProjectInput) SetVpcConfig(v *TestGridVpcConfig) *CreateTestGridProjectInput
SetVpcConfig sets the VpcConfig field's value.
func (s CreateTestGridProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTestGridProjectOutput struct { // ARN of the Selenium testing project that was created. TestGridProject *TestGridProject `locationName:"testGridProject" type:"structure"` // contains filtered or unexported fields }
func (s CreateTestGridProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridProjectOutput) SetTestGridProject(v *TestGridProject) *CreateTestGridProjectOutput
SetTestGridProject sets the TestGridProject field's value.
func (s CreateTestGridProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateTestGridUrlInput struct { // Lifetime, in seconds, of the URL. // // ExpiresInSeconds is a required field ExpiresInSeconds *int64 `locationName:"expiresInSeconds" min:"60" type:"integer" required:"true"` // ARN (from CreateTestGridProject or ListTestGridProjects) to associate with // the short-term URL. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CreateTestGridUrlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridUrlInput) SetExpiresInSeconds(v int64) *CreateTestGridUrlInput
SetExpiresInSeconds sets the ExpiresInSeconds field's value.
func (s *CreateTestGridUrlInput) SetProjectArn(v string) *CreateTestGridUrlInput
SetProjectArn sets the ProjectArn field's value.
func (s CreateTestGridUrlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridUrlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTestGridUrlOutput struct { // The number of seconds the URL from CreateTestGridUrlResult$url stays active. Expires *time.Time `locationName:"expires" type:"timestamp"` // A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, // to be passed to a RemoteWebDriver. // // Url is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateTestGridUrlOutput's // String and GoString methods. Url *string `locationName:"url" type:"string" sensitive:"true"` // contains filtered or unexported fields }
func (s CreateTestGridUrlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateTestGridUrlOutput) SetExpires(v time.Time) *CreateTestGridUrlOutput
SetExpires sets the Expires field's value.
func (s *CreateTestGridUrlOutput) SetUrl(v string) *CreateTestGridUrlOutput
SetUrl sets the Url field's value.
func (s CreateTestGridUrlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateUploadInput struct { // The upload's content type (for example, application/octet-stream). ContentType *string `locationName:"contentType" type:"string"` // The upload's file name. The name should not contain any forward slashes (/). // If you are uploading an iOS app, the file name must end with the .ipa extension. // If you are uploading an Android app, the file name must end with the .apk // extension. For all others, the file name must end with the .zip file extension. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The ARN of the project for the upload. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // The upload's upload type. // // Must be one of the following values: // // * ANDROID_APP // // * IOS_APP // // * WEB_APP // // * EXTERNAL_DATA // // * APPIUM_JAVA_JUNIT_TEST_PACKAGE // // * APPIUM_JAVA_TESTNG_TEST_PACKAGE // // * APPIUM_PYTHON_TEST_PACKAGE // // * APPIUM_NODE_TEST_PACKAGE // // * APPIUM_RUBY_TEST_PACKAGE // // * APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE // // * APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE // // * APPIUM_WEB_PYTHON_TEST_PACKAGE // // * APPIUM_WEB_NODE_TEST_PACKAGE // // * APPIUM_WEB_RUBY_TEST_PACKAGE // // * CALABASH_TEST_PACKAGE // // * INSTRUMENTATION_TEST_PACKAGE // // * UIAUTOMATION_TEST_PACKAGE // // * UIAUTOMATOR_TEST_PACKAGE // // * XCTEST_TEST_PACKAGE // // * XCTEST_UI_TEST_PACKAGE // // * APPIUM_JAVA_JUNIT_TEST_SPEC // // * APPIUM_JAVA_TESTNG_TEST_SPEC // // * APPIUM_PYTHON_TEST_SPEC // // * APPIUM_NODE_TEST_SPEC // // * APPIUM_RUBY_TEST_SPEC // // * APPIUM_WEB_JAVA_JUNIT_TEST_SPEC // // * APPIUM_WEB_JAVA_TESTNG_TEST_SPEC // // * APPIUM_WEB_PYTHON_TEST_SPEC // // * APPIUM_WEB_NODE_TEST_SPEC // // * APPIUM_WEB_RUBY_TEST_SPEC // // * INSTRUMENTATION_TEST_SPEC // // * XCTEST_UI_TEST_SPEC // // If you call CreateUpload with WEB_APP specified, AWS Device Farm throws an // ArgumentException error. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"UploadType"` // contains filtered or unexported fields }
Represents a request to the create upload operation.
func (s CreateUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateUploadInput) SetContentType(v string) *CreateUploadInput
SetContentType sets the ContentType field's value.
func (s *CreateUploadInput) SetName(v string) *CreateUploadInput
SetName sets the Name field's value.
func (s *CreateUploadInput) SetProjectArn(v string) *CreateUploadInput
SetProjectArn sets the ProjectArn field's value.
func (s *CreateUploadInput) SetType(v string) *CreateUploadInput
SetType sets the Type field's value.
func (s CreateUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateUploadOutput struct { // The newly created upload. Upload *Upload `locationName:"upload" type:"structure"` // contains filtered or unexported fields }
Represents the result of a create upload request.
func (s CreateUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateUploadOutput) SetUpload(v *Upload) *CreateUploadOutput
SetUpload sets the Upload field's value.
func (s CreateUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateVPCEConfigurationInput struct { // The DNS name of the service running in your VPC that you want Device Farm // to test. // // ServiceDnsName is a required field ServiceDnsName *string `locationName:"serviceDnsName" type:"string" required:"true"` // An optional description that provides details about your VPC endpoint configuration. VpceConfigurationDescription *string `locationName:"vpceConfigurationDescription" type:"string"` // The friendly name you give to your VPC endpoint configuration, to manage // your configurations more easily. // // VpceConfigurationName is a required field VpceConfigurationName *string `locationName:"vpceConfigurationName" type:"string" required:"true"` // The name of the VPC endpoint service running in your AWS account that you // want Device Farm to test. // // VpceServiceName is a required field VpceServiceName *string `locationName:"vpceServiceName" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CreateVPCEConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVPCEConfigurationInput) SetServiceDnsName(v string) *CreateVPCEConfigurationInput
SetServiceDnsName sets the ServiceDnsName field's value.
func (s *CreateVPCEConfigurationInput) SetVpceConfigurationDescription(v string) *CreateVPCEConfigurationInput
SetVpceConfigurationDescription sets the VpceConfigurationDescription field's value.
func (s *CreateVPCEConfigurationInput) SetVpceConfigurationName(v string) *CreateVPCEConfigurationInput
SetVpceConfigurationName sets the VpceConfigurationName field's value.
func (s *CreateVPCEConfigurationInput) SetVpceServiceName(v string) *CreateVPCEConfigurationInput
SetVpceServiceName sets the VpceServiceName field's value.
func (s CreateVPCEConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVPCEConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVPCEConfigurationOutput struct { // An object that contains information about your VPC endpoint configuration. VpceConfiguration *VPCEConfiguration `locationName:"vpceConfiguration" type:"structure"` // contains filtered or unexported fields }
func (s CreateVPCEConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVPCEConfigurationOutput) SetVpceConfiguration(v *VPCEConfiguration) *CreateVPCEConfigurationOutput
SetVpceConfiguration sets the VpceConfiguration field's value.
func (s CreateVPCEConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerArtifactPaths struct { // Comma-separated list of paths on the Android device where the artifacts generated // by the customer's tests are pulled from. AndroidPaths []*string `locationName:"androidPaths" type:"list"` // Comma-separated list of paths in the test execution environment where the // artifacts generated by the customer's tests are pulled from. DeviceHostPaths []*string `locationName:"deviceHostPaths" type:"list"` // Comma-separated list of paths on the iOS device where the artifacts generated // by the customer's tests are pulled from. IosPaths []*string `locationName:"iosPaths" type:"list"` // contains filtered or unexported fields }
A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.
Specify deviceHostPaths and optionally specify either iosPaths or androidPaths.
For web app tests, you can specify both iosPaths and androidPaths.
func (s CustomerArtifactPaths) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CustomerArtifactPaths) SetAndroidPaths(v []*string) *CustomerArtifactPaths
SetAndroidPaths sets the AndroidPaths field's value.
func (s *CustomerArtifactPaths) SetDeviceHostPaths(v []*string) *CustomerArtifactPaths
SetDeviceHostPaths sets the DeviceHostPaths field's value.
func (s *CustomerArtifactPaths) SetIosPaths(v []*string) *CustomerArtifactPaths
SetIosPaths sets the IosPaths field's value.
func (s CustomerArtifactPaths) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDevicePoolInput struct { // Represents the Amazon Resource Name (ARN) of the Device Farm device pool // to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the delete device pool operation.
func (s DeleteDevicePoolInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteDevicePoolInput) SetArn(v string) *DeleteDevicePoolInput
SetArn sets the Arn field's value.
func (s DeleteDevicePoolInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteDevicePoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDevicePoolOutput struct {
// contains filtered or unexported fields
}
Represents the result of a delete device pool request.
func (s DeleteDevicePoolOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteDevicePoolOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteInstanceProfileInput struct { // The Amazon Resource Name (ARN) of the instance profile you are requesting // to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteInstanceProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteInstanceProfileInput) SetArn(v string) *DeleteInstanceProfileInput
SetArn sets the Arn field's value.
func (s DeleteInstanceProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInstanceProfileOutput struct {
// contains filtered or unexported fields
}
func (s DeleteInstanceProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteInstanceProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteNetworkProfileInput struct { // The ARN of the network profile to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteNetworkProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteNetworkProfileInput) SetArn(v string) *DeleteNetworkProfileInput
SetArn sets the Arn field's value.
func (s DeleteNetworkProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteNetworkProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNetworkProfileOutput struct {
// contains filtered or unexported fields
}
func (s DeleteNetworkProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteNetworkProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteProjectInput struct { // Represents the Amazon Resource Name (ARN) of the Device Farm project to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the delete project operation.
func (s DeleteProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteProjectInput) SetArn(v string) *DeleteProjectInput
SetArn sets the Arn field's value.
func (s DeleteProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteProjectOutput struct {
// contains filtered or unexported fields
}
Represents the result of a delete project request.
func (s DeleteProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRemoteAccessSessionInput struct { // The Amazon Resource Name (ARN) of the session for which you want to delete // remote access. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents the request to delete the specified remote access session.
func (s DeleteRemoteAccessSessionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRemoteAccessSessionInput) SetArn(v string) *DeleteRemoteAccessSessionInput
SetArn sets the Arn field's value.
func (s DeleteRemoteAccessSessionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRemoteAccessSessionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRemoteAccessSessionOutput struct {
// contains filtered or unexported fields
}
The response from the server when a request is made to delete the remote access session.
func (s DeleteRemoteAccessSessionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteRemoteAccessSessionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRunInput struct { // The Amazon Resource Name (ARN) for the run to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the delete run operation.
func (s DeleteRunInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunInput) SetArn(v string) *DeleteRunInput
SetArn sets the Arn field's value.
func (s DeleteRunInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRunOutput struct {
// contains filtered or unexported fields
}
Represents the result of a delete run request.
func (s DeleteRunOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteRunOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteTestGridProjectInput struct { // The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteTestGridProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteTestGridProjectInput) SetProjectArn(v string) *DeleteTestGridProjectInput
SetProjectArn sets the ProjectArn field's value.
func (s DeleteTestGridProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteTestGridProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTestGridProjectOutput struct {
// contains filtered or unexported fields
}
func (s DeleteTestGridProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteTestGridProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteUploadInput struct { // Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the delete upload operation.
func (s DeleteUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteUploadInput) SetArn(v string) *DeleteUploadInput
SetArn sets the Arn field's value.
func (s DeleteUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteUploadOutput struct {
// contains filtered or unexported fields
}
Represents the result of a delete upload request.
func (s DeleteUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteVPCEConfigurationInput struct { // The Amazon Resource Name (ARN) of the VPC endpoint configuration you want // to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteVPCEConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteVPCEConfigurationInput) SetArn(v string) *DeleteVPCEConfigurationInput
SetArn sets the Arn field's value.
func (s DeleteVPCEConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteVPCEConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVPCEConfigurationOutput struct {
// contains filtered or unexported fields
}
func (s DeleteVPCEConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteVPCEConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Device struct { // The device's ARN. Arn *string `locationName:"arn" min:"32" type:"string"` // Indicates how likely a device is available for a test run. Currently available // in the ListDevices and GetDevice API methods. Availability *string `locationName:"availability" type:"string" enum:"DeviceAvailability"` // The device's carrier. Carrier *string `locationName:"carrier" type:"string"` // Information about the device's CPU. Cpu *CPU `locationName:"cpu" type:"structure"` // The name of the fleet to which this device belongs. FleetName *string `locationName:"fleetName" type:"string"` // The type of fleet to which this device belongs. Possible values are PRIVATE // and PUBLIC. FleetType *string `locationName:"fleetType" type:"string"` // The device's form factor. // // Allowed values include: // // * PHONE // // * TABLET FormFactor *string `locationName:"formFactor" type:"string" enum:"DeviceFormFactor"` // The device's heap size, expressed in bytes. HeapSize *int64 `locationName:"heapSize" type:"long"` // The device's image name. Image *string `locationName:"image" type:"string"` // The instances that belong to this device. Instances []*DeviceInstance `locationName:"instances" type:"list"` // The device's manufacturer name. Manufacturer *string `locationName:"manufacturer" type:"string"` // The device's total memory size, expressed in bytes. Memory *int64 `locationName:"memory" type:"long"` // The device's model name. Model *string `locationName:"model" type:"string"` // The device's model ID. ModelId *string `locationName:"modelId" type:"string"` // The device's display name. Name *string `locationName:"name" type:"string"` // The device's operating system type. Os *string `locationName:"os" type:"string"` // The device's platform. // // Allowed values include: // // * ANDROID // // * IOS Platform *string `locationName:"platform" type:"string" enum:"DevicePlatform"` // The device's radio. Radio *string `locationName:"radio" type:"string"` // Specifies whether remote access has been enabled for the specified device. RemoteAccessEnabled *bool `locationName:"remoteAccessEnabled" type:"boolean"` // This flag is set to true if remote debugging is enabled for the device. // // Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). RemoteDebugEnabled *bool `locationName:"remoteDebugEnabled" type:"boolean"` // The resolution of the device. Resolution *Resolution `locationName:"resolution" type:"structure"` // contains filtered or unexported fields }
Represents a device type that an app is tested against.
func (s Device) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Device) SetArn(v string) *Device
SetArn sets the Arn field's value.
func (s *Device) SetAvailability(v string) *Device
SetAvailability sets the Availability field's value.
func (s *Device) SetCarrier(v string) *Device
SetCarrier sets the Carrier field's value.
func (s *Device) SetCpu(v *CPU) *Device
SetCpu sets the Cpu field's value.
func (s *Device) SetFleetName(v string) *Device
SetFleetName sets the FleetName field's value.
func (s *Device) SetFleetType(v string) *Device
SetFleetType sets the FleetType field's value.
func (s *Device) SetFormFactor(v string) *Device
SetFormFactor sets the FormFactor field's value.
func (s *Device) SetHeapSize(v int64) *Device
SetHeapSize sets the HeapSize field's value.
func (s *Device) SetImage(v string) *Device
SetImage sets the Image field's value.
func (s *Device) SetInstances(v []*DeviceInstance) *Device
SetInstances sets the Instances field's value.
func (s *Device) SetManufacturer(v string) *Device
SetManufacturer sets the Manufacturer field's value.
func (s *Device) SetMemory(v int64) *Device
SetMemory sets the Memory field's value.
func (s *Device) SetModel(v string) *Device
SetModel sets the Model field's value.
func (s *Device) SetModelId(v string) *Device
SetModelId sets the ModelId field's value.
func (s *Device) SetName(v string) *Device
SetName sets the Name field's value.
func (s *Device) SetOs(v string) *Device
SetOs sets the Os field's value.
func (s *Device) SetPlatform(v string) *Device
SetPlatform sets the Platform field's value.
func (s *Device) SetRadio(v string) *Device
SetRadio sets the Radio field's value.
func (s *Device) SetRemoteAccessEnabled(v bool) *Device
SetRemoteAccessEnabled sets the RemoteAccessEnabled field's value.
func (s *Device) SetRemoteDebugEnabled(v bool) *Device
SetRemoteDebugEnabled sets the RemoteDebugEnabled field's value.
func (s *Device) SetResolution(v *Resolution) *Device
SetResolution sets the Resolution field's value.
func (s Device) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeviceFarm struct { *client.Client }
DeviceFarm provides the API operation methods for making requests to AWS Device Farm. See this package's package overview docs for details on the service.
DeviceFarm methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New(p client.ConfigProvider, cfgs ...*aws.Config) *DeviceFarm
New creates a new instance of the DeviceFarm client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a DeviceFarm client from just a session. svc := devicefarm.New(mySession) // Create a DeviceFarm client with additional configuration svc := devicefarm.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (c *DeviceFarm) CreateDevicePool(input *CreateDevicePoolInput) (*CreateDevicePoolOutput, error)
CreateDevicePool API operation for AWS Device Farm.
Creates a device pool.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateDevicePool for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateDevicePool
func (c *DeviceFarm) CreateDevicePoolRequest(input *CreateDevicePoolInput) (req *request.Request, output *CreateDevicePoolOutput)
CreateDevicePoolRequest generates a "aws/request.Request" representing the client's request for the CreateDevicePool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDevicePool for more information on using the CreateDevicePool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDevicePoolRequest method. req, resp := client.CreateDevicePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateDevicePool
func (c *DeviceFarm) CreateDevicePoolWithContext(ctx aws.Context, input *CreateDevicePoolInput, opts ...request.Option) (*CreateDevicePoolOutput, error)
CreateDevicePoolWithContext is the same as CreateDevicePool with the addition of the ability to pass a context and additional request options.
See CreateDevicePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateInstanceProfile(input *CreateInstanceProfileInput) (*CreateInstanceProfileOutput, error)
CreateInstanceProfile API operation for AWS Device Farm.
Creates a profile that can be applied to one or more private fleet device instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateInstanceProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateInstanceProfile
func (c *DeviceFarm) CreateInstanceProfileRequest(input *CreateInstanceProfileInput) (req *request.Request, output *CreateInstanceProfileOutput)
CreateInstanceProfileRequest generates a "aws/request.Request" representing the client's request for the CreateInstanceProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateInstanceProfile for more information on using the CreateInstanceProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateInstanceProfileRequest method. req, resp := client.CreateInstanceProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateInstanceProfile
func (c *DeviceFarm) CreateInstanceProfileWithContext(ctx aws.Context, input *CreateInstanceProfileInput, opts ...request.Option) (*CreateInstanceProfileOutput, error)
CreateInstanceProfileWithContext is the same as CreateInstanceProfile with the addition of the ability to pass a context and additional request options.
See CreateInstanceProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateNetworkProfile(input *CreateNetworkProfileInput) (*CreateNetworkProfileOutput, error)
CreateNetworkProfile API operation for AWS Device Farm.
Creates a network profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateNetworkProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateNetworkProfile
func (c *DeviceFarm) CreateNetworkProfileRequest(input *CreateNetworkProfileInput) (req *request.Request, output *CreateNetworkProfileOutput)
CreateNetworkProfileRequest generates a "aws/request.Request" representing the client's request for the CreateNetworkProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateNetworkProfile for more information on using the CreateNetworkProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateNetworkProfileRequest method. req, resp := client.CreateNetworkProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateNetworkProfile
func (c *DeviceFarm) CreateNetworkProfileWithContext(ctx aws.Context, input *CreateNetworkProfileInput, opts ...request.Option) (*CreateNetworkProfileOutput, error)
CreateNetworkProfileWithContext is the same as CreateNetworkProfile with the addition of the ability to pass a context and additional request options.
See CreateNetworkProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
CreateProject API operation for AWS Device Farm.
Creates a project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateProject for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
TagOperationException The operation was not successful. Try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateProject
func (c *DeviceFarm) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
CreateProjectRequest generates a "aws/request.Request" representing the client's request for the CreateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateProject for more information on using the CreateProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateProjectRequest method. req, resp := client.CreateProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateProject
func (c *DeviceFarm) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
CreateProjectWithContext is the same as CreateProject with the addition of the ability to pass a context and additional request options.
See CreateProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateRemoteAccessSession(input *CreateRemoteAccessSessionInput) (*CreateRemoteAccessSessionOutput, error)
CreateRemoteAccessSession API operation for AWS Device Farm.
Specifies and starts a remote access session.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateRemoteAccessSession for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSession
func (c *DeviceFarm) CreateRemoteAccessSessionRequest(input *CreateRemoteAccessSessionInput) (req *request.Request, output *CreateRemoteAccessSessionOutput)
CreateRemoteAccessSessionRequest generates a "aws/request.Request" representing the client's request for the CreateRemoteAccessSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateRemoteAccessSession for more information on using the CreateRemoteAccessSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateRemoteAccessSessionRequest method. req, resp := client.CreateRemoteAccessSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSession
func (c *DeviceFarm) CreateRemoteAccessSessionWithContext(ctx aws.Context, input *CreateRemoteAccessSessionInput, opts ...request.Option) (*CreateRemoteAccessSessionOutput, error)
CreateRemoteAccessSessionWithContext is the same as CreateRemoteAccessSession with the addition of the ability to pass a context and additional request options.
See CreateRemoteAccessSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateTestGridProject(input *CreateTestGridProjectInput) (*CreateTestGridProjectOutput, error)
CreateTestGridProject API operation for AWS Device Farm.
Creates a Selenium testing project. Projects are used to track TestGridSession instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateTestGridProject for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
LimitExceededException A limit was exceeded.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProject
func (c *DeviceFarm) CreateTestGridProjectRequest(input *CreateTestGridProjectInput) (req *request.Request, output *CreateTestGridProjectOutput)
CreateTestGridProjectRequest generates a "aws/request.Request" representing the client's request for the CreateTestGridProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateTestGridProject for more information on using the CreateTestGridProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateTestGridProjectRequest method. req, resp := client.CreateTestGridProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProject
func (c *DeviceFarm) CreateTestGridProjectWithContext(ctx aws.Context, input *CreateTestGridProjectInput, opts ...request.Option) (*CreateTestGridProjectOutput, error)
CreateTestGridProjectWithContext is the same as CreateTestGridProject with the addition of the ability to pass a context and additional request options.
See CreateTestGridProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateTestGridUrl(input *CreateTestGridUrlInput) (*CreateTestGridUrlOutput, error)
CreateTestGridUrl API operation for AWS Device Farm.
Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateTestGridUrl for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridUrl
func (c *DeviceFarm) CreateTestGridUrlRequest(input *CreateTestGridUrlInput) (req *request.Request, output *CreateTestGridUrlOutput)
CreateTestGridUrlRequest generates a "aws/request.Request" representing the client's request for the CreateTestGridUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateTestGridUrl for more information on using the CreateTestGridUrl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateTestGridUrlRequest method. req, resp := client.CreateTestGridUrlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridUrl
func (c *DeviceFarm) CreateTestGridUrlWithContext(ctx aws.Context, input *CreateTestGridUrlInput, opts ...request.Option) (*CreateTestGridUrlOutput, error)
CreateTestGridUrlWithContext is the same as CreateTestGridUrl with the addition of the ability to pass a context and additional request options.
See CreateTestGridUrl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateUpload(input *CreateUploadInput) (*CreateUploadOutput, error)
CreateUpload API operation for AWS Device Farm.
Uploads an app or test scripts.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateUpload for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateUpload
func (c *DeviceFarm) CreateUploadRequest(input *CreateUploadInput) (req *request.Request, output *CreateUploadOutput)
CreateUploadRequest generates a "aws/request.Request" representing the client's request for the CreateUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateUpload for more information on using the CreateUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateUploadRequest method. req, resp := client.CreateUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateUpload
func (c *DeviceFarm) CreateUploadWithContext(ctx aws.Context, input *CreateUploadInput, opts ...request.Option) (*CreateUploadOutput, error)
CreateUploadWithContext is the same as CreateUpload with the addition of the ability to pass a context and additional request options.
See CreateUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) CreateVPCEConfiguration(input *CreateVPCEConfigurationInput) (*CreateVPCEConfigurationOutput, error)
CreateVPCEConfiguration API operation for AWS Device Farm.
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation CreateVPCEConfiguration for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateVPCEConfiguration
func (c *DeviceFarm) CreateVPCEConfigurationRequest(input *CreateVPCEConfigurationInput) (req *request.Request, output *CreateVPCEConfigurationOutput)
CreateVPCEConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateVPCEConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateVPCEConfiguration for more information on using the CreateVPCEConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateVPCEConfigurationRequest method. req, resp := client.CreateVPCEConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateVPCEConfiguration
func (c *DeviceFarm) CreateVPCEConfigurationWithContext(ctx aws.Context, input *CreateVPCEConfigurationInput, opts ...request.Option) (*CreateVPCEConfigurationOutput, error)
CreateVPCEConfigurationWithContext is the same as CreateVPCEConfiguration with the addition of the ability to pass a context and additional request options.
See CreateVPCEConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteDevicePool(input *DeleteDevicePoolInput) (*DeleteDevicePoolOutput, error)
DeleteDevicePool API operation for AWS Device Farm.
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteDevicePool for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteDevicePool
func (c *DeviceFarm) DeleteDevicePoolRequest(input *DeleteDevicePoolInput) (req *request.Request, output *DeleteDevicePoolOutput)
DeleteDevicePoolRequest generates a "aws/request.Request" representing the client's request for the DeleteDevicePool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDevicePool for more information on using the DeleteDevicePool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDevicePoolRequest method. req, resp := client.DeleteDevicePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteDevicePool
func (c *DeviceFarm) DeleteDevicePoolWithContext(ctx aws.Context, input *DeleteDevicePoolInput, opts ...request.Option) (*DeleteDevicePoolOutput, error)
DeleteDevicePoolWithContext is the same as DeleteDevicePool with the addition of the ability to pass a context and additional request options.
See DeleteDevicePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteInstanceProfile(input *DeleteInstanceProfileInput) (*DeleteInstanceProfileOutput, error)
DeleteInstanceProfile API operation for AWS Device Farm.
Deletes a profile that can be applied to one or more private device instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteInstanceProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteInstanceProfile
func (c *DeviceFarm) DeleteInstanceProfileRequest(input *DeleteInstanceProfileInput) (req *request.Request, output *DeleteInstanceProfileOutput)
DeleteInstanceProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteInstanceProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteInstanceProfile for more information on using the DeleteInstanceProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteInstanceProfileRequest method. req, resp := client.DeleteInstanceProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteInstanceProfile
func (c *DeviceFarm) DeleteInstanceProfileWithContext(ctx aws.Context, input *DeleteInstanceProfileInput, opts ...request.Option) (*DeleteInstanceProfileOutput, error)
DeleteInstanceProfileWithContext is the same as DeleteInstanceProfile with the addition of the ability to pass a context and additional request options.
See DeleteInstanceProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteNetworkProfile(input *DeleteNetworkProfileInput) (*DeleteNetworkProfileOutput, error)
DeleteNetworkProfile API operation for AWS Device Farm.
Deletes a network profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteNetworkProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteNetworkProfile
func (c *DeviceFarm) DeleteNetworkProfileRequest(input *DeleteNetworkProfileInput) (req *request.Request, output *DeleteNetworkProfileOutput)
DeleteNetworkProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteNetworkProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteNetworkProfile for more information on using the DeleteNetworkProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteNetworkProfileRequest method. req, resp := client.DeleteNetworkProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteNetworkProfile
func (c *DeviceFarm) DeleteNetworkProfileWithContext(ctx aws.Context, input *DeleteNetworkProfileInput, opts ...request.Option) (*DeleteNetworkProfileOutput, error)
DeleteNetworkProfileWithContext is the same as DeleteNetworkProfile with the addition of the ability to pass a context and additional request options.
See DeleteNetworkProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
DeleteProject API operation for AWS Device Farm.
Deletes an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteProject for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteProject
func (c *DeviceFarm) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
DeleteProjectRequest generates a "aws/request.Request" representing the client's request for the DeleteProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteProject for more information on using the DeleteProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteProjectRequest method. req, resp := client.DeleteProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteProject
func (c *DeviceFarm) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
DeleteProjectWithContext is the same as DeleteProject with the addition of the ability to pass a context and additional request options.
See DeleteProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteRemoteAccessSession(input *DeleteRemoteAccessSessionInput) (*DeleteRemoteAccessSessionOutput, error)
DeleteRemoteAccessSession API operation for AWS Device Farm.
Deletes a completed remote access session and its results.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteRemoteAccessSession for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteRemoteAccessSession
func (c *DeviceFarm) DeleteRemoteAccessSessionRequest(input *DeleteRemoteAccessSessionInput) (req *request.Request, output *DeleteRemoteAccessSessionOutput)
DeleteRemoteAccessSessionRequest generates a "aws/request.Request" representing the client's request for the DeleteRemoteAccessSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRemoteAccessSession for more information on using the DeleteRemoteAccessSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRemoteAccessSessionRequest method. req, resp := client.DeleteRemoteAccessSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteRemoteAccessSession
func (c *DeviceFarm) DeleteRemoteAccessSessionWithContext(ctx aws.Context, input *DeleteRemoteAccessSessionInput, opts ...request.Option) (*DeleteRemoteAccessSessionOutput, error)
DeleteRemoteAccessSessionWithContext is the same as DeleteRemoteAccessSession with the addition of the ability to pass a context and additional request options.
See DeleteRemoteAccessSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteRun(input *DeleteRunInput) (*DeleteRunOutput, error)
DeleteRun API operation for AWS Device Farm.
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteRun for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteRun
func (c *DeviceFarm) DeleteRunRequest(input *DeleteRunInput) (req *request.Request, output *DeleteRunOutput)
DeleteRunRequest generates a "aws/request.Request" representing the client's request for the DeleteRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRun for more information on using the DeleteRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRunRequest method. req, resp := client.DeleteRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteRun
func (c *DeviceFarm) DeleteRunWithContext(ctx aws.Context, input *DeleteRunInput, opts ...request.Option) (*DeleteRunOutput, error)
DeleteRunWithContext is the same as DeleteRun with the addition of the ability to pass a context and additional request options.
See DeleteRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteTestGridProject(input *DeleteTestGridProjectInput) (*DeleteTestGridProjectOutput, error)
DeleteTestGridProject API operation for AWS Device Farm.
Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
You cannot delete a project if it has active sessions.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteTestGridProject for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
CannotDeleteException The requested object could not be deleted.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteTestGridProject
func (c *DeviceFarm) DeleteTestGridProjectRequest(input *DeleteTestGridProjectInput) (req *request.Request, output *DeleteTestGridProjectOutput)
DeleteTestGridProjectRequest generates a "aws/request.Request" representing the client's request for the DeleteTestGridProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteTestGridProject for more information on using the DeleteTestGridProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteTestGridProjectRequest method. req, resp := client.DeleteTestGridProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteTestGridProject
func (c *DeviceFarm) DeleteTestGridProjectWithContext(ctx aws.Context, input *DeleteTestGridProjectInput, opts ...request.Option) (*DeleteTestGridProjectOutput, error)
DeleteTestGridProjectWithContext is the same as DeleteTestGridProject with the addition of the ability to pass a context and additional request options.
See DeleteTestGridProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteUpload(input *DeleteUploadInput) (*DeleteUploadOutput, error)
DeleteUpload API operation for AWS Device Farm.
Deletes an upload given the upload ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteUpload for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteUpload
func (c *DeviceFarm) DeleteUploadRequest(input *DeleteUploadInput) (req *request.Request, output *DeleteUploadOutput)
DeleteUploadRequest generates a "aws/request.Request" representing the client's request for the DeleteUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteUpload for more information on using the DeleteUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteUploadRequest method. req, resp := client.DeleteUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteUpload
func (c *DeviceFarm) DeleteUploadWithContext(ctx aws.Context, input *DeleteUploadInput, opts ...request.Option) (*DeleteUploadOutput, error)
DeleteUploadWithContext is the same as DeleteUpload with the addition of the ability to pass a context and additional request options.
See DeleteUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) DeleteVPCEConfiguration(input *DeleteVPCEConfigurationInput) (*DeleteVPCEConfigurationOutput, error)
DeleteVPCEConfiguration API operation for AWS Device Farm.
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation DeleteVPCEConfiguration for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
ServiceAccountException There was a problem with the service account.
InvalidOperationException There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteVPCEConfiguration
func (c *DeviceFarm) DeleteVPCEConfigurationRequest(input *DeleteVPCEConfigurationInput) (req *request.Request, output *DeleteVPCEConfigurationOutput)
DeleteVPCEConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteVPCEConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteVPCEConfiguration for more information on using the DeleteVPCEConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteVPCEConfigurationRequest method. req, resp := client.DeleteVPCEConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteVPCEConfiguration
func (c *DeviceFarm) DeleteVPCEConfigurationWithContext(ctx aws.Context, input *DeleteVPCEConfigurationInput, opts ...request.Option) (*DeleteVPCEConfigurationOutput, error)
DeleteVPCEConfigurationWithContext is the same as DeleteVPCEConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteVPCEConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetAccountSettings(input *GetAccountSettingsInput) (*GetAccountSettingsOutput, error)
GetAccountSettings API operation for AWS Device Farm.
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetAccountSettings for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetAccountSettings
func (c *DeviceFarm) GetAccountSettingsRequest(input *GetAccountSettingsInput) (req *request.Request, output *GetAccountSettingsOutput)
GetAccountSettingsRequest generates a "aws/request.Request" representing the client's request for the GetAccountSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAccountSettings for more information on using the GetAccountSettings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAccountSettingsRequest method. req, resp := client.GetAccountSettingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetAccountSettings
func (c *DeviceFarm) GetAccountSettingsWithContext(ctx aws.Context, input *GetAccountSettingsInput, opts ...request.Option) (*GetAccountSettingsOutput, error)
GetAccountSettingsWithContext is the same as GetAccountSettings with the addition of the ability to pass a context and additional request options.
See GetAccountSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetDevice(input *GetDeviceInput) (*GetDeviceOutput, error)
GetDevice API operation for AWS Device Farm.
Gets information about a unique device type.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetDevice for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevice
func (c *DeviceFarm) GetDeviceInstance(input *GetDeviceInstanceInput) (*GetDeviceInstanceOutput, error)
GetDeviceInstance API operation for AWS Device Farm.
Returns information about a device instance that belongs to a private device fleet.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetDeviceInstance for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDeviceInstance
func (c *DeviceFarm) GetDeviceInstanceRequest(input *GetDeviceInstanceInput) (req *request.Request, output *GetDeviceInstanceOutput)
GetDeviceInstanceRequest generates a "aws/request.Request" representing the client's request for the GetDeviceInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDeviceInstance for more information on using the GetDeviceInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeviceInstanceRequest method. req, resp := client.GetDeviceInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDeviceInstance
func (c *DeviceFarm) GetDeviceInstanceWithContext(ctx aws.Context, input *GetDeviceInstanceInput, opts ...request.Option) (*GetDeviceInstanceOutput, error)
GetDeviceInstanceWithContext is the same as GetDeviceInstance with the addition of the ability to pass a context and additional request options.
See GetDeviceInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetDevicePool(input *GetDevicePoolInput) (*GetDevicePoolOutput, error)
GetDevicePool API operation for AWS Device Farm.
Gets information about a device pool.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetDevicePool for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevicePool
func (c *DeviceFarm) GetDevicePoolCompatibility(input *GetDevicePoolCompatibilityInput) (*GetDevicePoolCompatibilityOutput, error)
GetDevicePoolCompatibility API operation for AWS Device Farm.
Gets information about compatibility with a device pool.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetDevicePoolCompatibility for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevicePoolCompatibility
func (c *DeviceFarm) GetDevicePoolCompatibilityRequest(input *GetDevicePoolCompatibilityInput) (req *request.Request, output *GetDevicePoolCompatibilityOutput)
GetDevicePoolCompatibilityRequest generates a "aws/request.Request" representing the client's request for the GetDevicePoolCompatibility operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDevicePoolCompatibility for more information on using the GetDevicePoolCompatibility API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDevicePoolCompatibilityRequest method. req, resp := client.GetDevicePoolCompatibilityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevicePoolCompatibility
func (c *DeviceFarm) GetDevicePoolCompatibilityWithContext(ctx aws.Context, input *GetDevicePoolCompatibilityInput, opts ...request.Option) (*GetDevicePoolCompatibilityOutput, error)
GetDevicePoolCompatibilityWithContext is the same as GetDevicePoolCompatibility with the addition of the ability to pass a context and additional request options.
See GetDevicePoolCompatibility for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetDevicePoolRequest(input *GetDevicePoolInput) (req *request.Request, output *GetDevicePoolOutput)
GetDevicePoolRequest generates a "aws/request.Request" representing the client's request for the GetDevicePool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDevicePool for more information on using the GetDevicePool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDevicePoolRequest method. req, resp := client.GetDevicePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevicePool
func (c *DeviceFarm) GetDevicePoolWithContext(ctx aws.Context, input *GetDevicePoolInput, opts ...request.Option) (*GetDevicePoolOutput, error)
GetDevicePoolWithContext is the same as GetDevicePool with the addition of the ability to pass a context and additional request options.
See GetDevicePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetDeviceRequest(input *GetDeviceInput) (req *request.Request, output *GetDeviceOutput)
GetDeviceRequest generates a "aws/request.Request" representing the client's request for the GetDevice operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDevice for more information on using the GetDevice API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeviceRequest method. req, resp := client.GetDeviceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetDevice
func (c *DeviceFarm) GetDeviceWithContext(ctx aws.Context, input *GetDeviceInput, opts ...request.Option) (*GetDeviceOutput, error)
GetDeviceWithContext is the same as GetDevice with the addition of the ability to pass a context and additional request options.
See GetDevice for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetInstanceProfile(input *GetInstanceProfileInput) (*GetInstanceProfileOutput, error)
GetInstanceProfile API operation for AWS Device Farm.
Returns information about the specified instance profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetInstanceProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetInstanceProfile
func (c *DeviceFarm) GetInstanceProfileRequest(input *GetInstanceProfileInput) (req *request.Request, output *GetInstanceProfileOutput)
GetInstanceProfileRequest generates a "aws/request.Request" representing the client's request for the GetInstanceProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetInstanceProfile for more information on using the GetInstanceProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetInstanceProfileRequest method. req, resp := client.GetInstanceProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetInstanceProfile
func (c *DeviceFarm) GetInstanceProfileWithContext(ctx aws.Context, input *GetInstanceProfileInput, opts ...request.Option) (*GetInstanceProfileOutput, error)
GetInstanceProfileWithContext is the same as GetInstanceProfile with the addition of the ability to pass a context and additional request options.
See GetInstanceProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetJob(input *GetJobInput) (*GetJobOutput, error)
GetJob API operation for AWS Device Farm.
Gets information about a job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetJob for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetJob
func (c *DeviceFarm) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput)
GetJobRequest generates a "aws/request.Request" representing the client's request for the GetJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetJob for more information on using the GetJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetJobRequest method. req, resp := client.GetJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetJob
func (c *DeviceFarm) GetJobWithContext(ctx aws.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error)
GetJobWithContext is the same as GetJob with the addition of the ability to pass a context and additional request options.
See GetJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetNetworkProfile(input *GetNetworkProfileInput) (*GetNetworkProfileOutput, error)
GetNetworkProfile API operation for AWS Device Farm.
Returns information about a network profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetNetworkProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetNetworkProfile
func (c *DeviceFarm) GetNetworkProfileRequest(input *GetNetworkProfileInput) (req *request.Request, output *GetNetworkProfileOutput)
GetNetworkProfileRequest generates a "aws/request.Request" representing the client's request for the GetNetworkProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetNetworkProfile for more information on using the GetNetworkProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetNetworkProfileRequest method. req, resp := client.GetNetworkProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetNetworkProfile
func (c *DeviceFarm) GetNetworkProfileWithContext(ctx aws.Context, input *GetNetworkProfileInput, opts ...request.Option) (*GetNetworkProfileOutput, error)
GetNetworkProfileWithContext is the same as GetNetworkProfile with the addition of the ability to pass a context and additional request options.
See GetNetworkProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetOfferingStatus(input *GetOfferingStatusInput) (*GetOfferingStatusOutput, error)
GetOfferingStatus API operation for AWS Device Farm.
Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetOfferingStatus for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetOfferingStatus
func (c *DeviceFarm) GetOfferingStatusPages(input *GetOfferingStatusInput, fn func(*GetOfferingStatusOutput, bool) bool) error
GetOfferingStatusPages iterates over the pages of a GetOfferingStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetOfferingStatus method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetOfferingStatus operation. pageNum := 0 err := client.GetOfferingStatusPages(params, func(page *devicefarm.GetOfferingStatusOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) GetOfferingStatusPagesWithContext(ctx aws.Context, input *GetOfferingStatusInput, fn func(*GetOfferingStatusOutput, bool) bool, opts ...request.Option) error
GetOfferingStatusPagesWithContext same as GetOfferingStatusPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetOfferingStatusRequest(input *GetOfferingStatusInput) (req *request.Request, output *GetOfferingStatusOutput)
GetOfferingStatusRequest generates a "aws/request.Request" representing the client's request for the GetOfferingStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOfferingStatus for more information on using the GetOfferingStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOfferingStatusRequest method. req, resp := client.GetOfferingStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetOfferingStatus
func (c *DeviceFarm) GetOfferingStatusWithContext(ctx aws.Context, input *GetOfferingStatusInput, opts ...request.Option) (*GetOfferingStatusOutput, error)
GetOfferingStatusWithContext is the same as GetOfferingStatus with the addition of the ability to pass a context and additional request options.
See GetOfferingStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetProject(input *GetProjectInput) (*GetProjectOutput, error)
GetProject API operation for AWS Device Farm.
Gets information about a project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetProject for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetProject
func (c *DeviceFarm) GetProjectRequest(input *GetProjectInput) (req *request.Request, output *GetProjectOutput)
GetProjectRequest generates a "aws/request.Request" representing the client's request for the GetProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetProject for more information on using the GetProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetProjectRequest method. req, resp := client.GetProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetProject
func (c *DeviceFarm) GetProjectWithContext(ctx aws.Context, input *GetProjectInput, opts ...request.Option) (*GetProjectOutput, error)
GetProjectWithContext is the same as GetProject with the addition of the ability to pass a context and additional request options.
See GetProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetRemoteAccessSession(input *GetRemoteAccessSessionInput) (*GetRemoteAccessSessionOutput, error)
GetRemoteAccessSession API operation for AWS Device Farm.
Returns a link to a currently running remote access session.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetRemoteAccessSession for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRemoteAccessSession
func (c *DeviceFarm) GetRemoteAccessSessionRequest(input *GetRemoteAccessSessionInput) (req *request.Request, output *GetRemoteAccessSessionOutput)
GetRemoteAccessSessionRequest generates a "aws/request.Request" representing the client's request for the GetRemoteAccessSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRemoteAccessSession for more information on using the GetRemoteAccessSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRemoteAccessSessionRequest method. req, resp := client.GetRemoteAccessSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRemoteAccessSession
func (c *DeviceFarm) GetRemoteAccessSessionWithContext(ctx aws.Context, input *GetRemoteAccessSessionInput, opts ...request.Option) (*GetRemoteAccessSessionOutput, error)
GetRemoteAccessSessionWithContext is the same as GetRemoteAccessSession with the addition of the ability to pass a context and additional request options.
See GetRemoteAccessSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetRun(input *GetRunInput) (*GetRunOutput, error)
GetRun API operation for AWS Device Farm.
Gets information about a run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetRun for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRun
func (c *DeviceFarm) GetRunRequest(input *GetRunInput) (req *request.Request, output *GetRunOutput)
GetRunRequest generates a "aws/request.Request" representing the client's request for the GetRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRun for more information on using the GetRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRunRequest method. req, resp := client.GetRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRun
func (c *DeviceFarm) GetRunWithContext(ctx aws.Context, input *GetRunInput, opts ...request.Option) (*GetRunOutput, error)
GetRunWithContext is the same as GetRun with the addition of the ability to pass a context and additional request options.
See GetRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetSuite(input *GetSuiteInput) (*GetSuiteOutput, error)
GetSuite API operation for AWS Device Farm.
Gets information about a suite.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetSuite for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetSuite
func (c *DeviceFarm) GetSuiteRequest(input *GetSuiteInput) (req *request.Request, output *GetSuiteOutput)
GetSuiteRequest generates a "aws/request.Request" representing the client's request for the GetSuite operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSuite for more information on using the GetSuite API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSuiteRequest method. req, resp := client.GetSuiteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetSuite
func (c *DeviceFarm) GetSuiteWithContext(ctx aws.Context, input *GetSuiteInput, opts ...request.Option) (*GetSuiteOutput, error)
GetSuiteWithContext is the same as GetSuite with the addition of the ability to pass a context and additional request options.
See GetSuite for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetTest(input *GetTestInput) (*GetTestOutput, error)
GetTest API operation for AWS Device Farm.
Gets information about a test.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetTest for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTest
func (c *DeviceFarm) GetTestGridProject(input *GetTestGridProjectInput) (*GetTestGridProjectOutput, error)
GetTestGridProject API operation for AWS Device Farm.
Retrieves information about a Selenium testing project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetTestGridProject for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridProject
func (c *DeviceFarm) GetTestGridProjectRequest(input *GetTestGridProjectInput) (req *request.Request, output *GetTestGridProjectOutput)
GetTestGridProjectRequest generates a "aws/request.Request" representing the client's request for the GetTestGridProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetTestGridProject for more information on using the GetTestGridProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetTestGridProjectRequest method. req, resp := client.GetTestGridProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridProject
func (c *DeviceFarm) GetTestGridProjectWithContext(ctx aws.Context, input *GetTestGridProjectInput, opts ...request.Option) (*GetTestGridProjectOutput, error)
GetTestGridProjectWithContext is the same as GetTestGridProject with the addition of the ability to pass a context and additional request options.
See GetTestGridProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetTestGridSession(input *GetTestGridSessionInput) (*GetTestGridSessionOutput, error)
GetTestGridSession API operation for AWS Device Farm.
A session is an instance of a browser created through a RemoteWebDriver with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetTestGridSession for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridSession
func (c *DeviceFarm) GetTestGridSessionRequest(input *GetTestGridSessionInput) (req *request.Request, output *GetTestGridSessionOutput)
GetTestGridSessionRequest generates a "aws/request.Request" representing the client's request for the GetTestGridSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetTestGridSession for more information on using the GetTestGridSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetTestGridSessionRequest method. req, resp := client.GetTestGridSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridSession
func (c *DeviceFarm) GetTestGridSessionWithContext(ctx aws.Context, input *GetTestGridSessionInput, opts ...request.Option) (*GetTestGridSessionOutput, error)
GetTestGridSessionWithContext is the same as GetTestGridSession with the addition of the ability to pass a context and additional request options.
See GetTestGridSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetTestRequest(input *GetTestInput) (req *request.Request, output *GetTestOutput)
GetTestRequest generates a "aws/request.Request" representing the client's request for the GetTest operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetTest for more information on using the GetTest API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetTestRequest method. req, resp := client.GetTestRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTest
func (c *DeviceFarm) GetTestWithContext(ctx aws.Context, input *GetTestInput, opts ...request.Option) (*GetTestOutput, error)
GetTestWithContext is the same as GetTest with the addition of the ability to pass a context and additional request options.
See GetTest for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetUpload(input *GetUploadInput) (*GetUploadOutput, error)
GetUpload API operation for AWS Device Farm.
Gets information about an upload.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetUpload for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetUpload
func (c *DeviceFarm) GetUploadRequest(input *GetUploadInput) (req *request.Request, output *GetUploadOutput)
GetUploadRequest generates a "aws/request.Request" representing the client's request for the GetUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetUpload for more information on using the GetUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetUploadRequest method. req, resp := client.GetUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetUpload
func (c *DeviceFarm) GetUploadWithContext(ctx aws.Context, input *GetUploadInput, opts ...request.Option) (*GetUploadOutput, error)
GetUploadWithContext is the same as GetUpload with the addition of the ability to pass a context and additional request options.
See GetUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) GetVPCEConfiguration(input *GetVPCEConfigurationInput) (*GetVPCEConfigurationOutput, error)
GetVPCEConfiguration API operation for AWS Device Farm.
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation GetVPCEConfiguration for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetVPCEConfiguration
func (c *DeviceFarm) GetVPCEConfigurationRequest(input *GetVPCEConfigurationInput) (req *request.Request, output *GetVPCEConfigurationOutput)
GetVPCEConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetVPCEConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetVPCEConfiguration for more information on using the GetVPCEConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetVPCEConfigurationRequest method. req, resp := client.GetVPCEConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetVPCEConfiguration
func (c *DeviceFarm) GetVPCEConfigurationWithContext(ctx aws.Context, input *GetVPCEConfigurationInput, opts ...request.Option) (*GetVPCEConfigurationOutput, error)
GetVPCEConfigurationWithContext is the same as GetVPCEConfiguration with the addition of the ability to pass a context and additional request options.
See GetVPCEConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) InstallToRemoteAccessSession(input *InstallToRemoteAccessSessionInput) (*InstallToRemoteAccessSessionOutput, error)
InstallToRemoteAccessSession API operation for AWS Device Farm.
Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation InstallToRemoteAccessSession for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/InstallToRemoteAccessSession
func (c *DeviceFarm) InstallToRemoteAccessSessionRequest(input *InstallToRemoteAccessSessionInput) (req *request.Request, output *InstallToRemoteAccessSessionOutput)
InstallToRemoteAccessSessionRequest generates a "aws/request.Request" representing the client's request for the InstallToRemoteAccessSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See InstallToRemoteAccessSession for more information on using the InstallToRemoteAccessSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the InstallToRemoteAccessSessionRequest method. req, resp := client.InstallToRemoteAccessSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/InstallToRemoteAccessSession
func (c *DeviceFarm) InstallToRemoteAccessSessionWithContext(ctx aws.Context, input *InstallToRemoteAccessSessionInput, opts ...request.Option) (*InstallToRemoteAccessSessionOutput, error)
InstallToRemoteAccessSessionWithContext is the same as InstallToRemoteAccessSession with the addition of the ability to pass a context and additional request options.
See InstallToRemoteAccessSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListArtifacts(input *ListArtifactsInput) (*ListArtifactsOutput, error)
ListArtifacts API operation for AWS Device Farm.
Gets information about artifacts.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListArtifacts for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListArtifacts
func (c *DeviceFarm) ListArtifactsPages(input *ListArtifactsInput, fn func(*ListArtifactsOutput, bool) bool) error
ListArtifactsPages iterates over the pages of a ListArtifacts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListArtifacts method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListArtifacts operation. pageNum := 0 err := client.ListArtifactsPages(params, func(page *devicefarm.ListArtifactsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListArtifactsPagesWithContext(ctx aws.Context, input *ListArtifactsInput, fn func(*ListArtifactsOutput, bool) bool, opts ...request.Option) error
ListArtifactsPagesWithContext same as ListArtifactsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListArtifactsRequest(input *ListArtifactsInput) (req *request.Request, output *ListArtifactsOutput)
ListArtifactsRequest generates a "aws/request.Request" representing the client's request for the ListArtifacts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListArtifacts for more information on using the ListArtifacts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListArtifactsRequest method. req, resp := client.ListArtifactsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListArtifacts
func (c *DeviceFarm) ListArtifactsWithContext(ctx aws.Context, input *ListArtifactsInput, opts ...request.Option) (*ListArtifactsOutput, error)
ListArtifactsWithContext is the same as ListArtifacts with the addition of the ability to pass a context and additional request options.
See ListArtifacts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListDeviceInstances(input *ListDeviceInstancesInput) (*ListDeviceInstancesOutput, error)
ListDeviceInstances API operation for AWS Device Farm.
Returns information about the private device instances associated with one or more AWS accounts.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListDeviceInstances for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDeviceInstances
func (c *DeviceFarm) ListDeviceInstancesRequest(input *ListDeviceInstancesInput) (req *request.Request, output *ListDeviceInstancesOutput)
ListDeviceInstancesRequest generates a "aws/request.Request" representing the client's request for the ListDeviceInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDeviceInstances for more information on using the ListDeviceInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDeviceInstancesRequest method. req, resp := client.ListDeviceInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDeviceInstances
func (c *DeviceFarm) ListDeviceInstancesWithContext(ctx aws.Context, input *ListDeviceInstancesInput, opts ...request.Option) (*ListDeviceInstancesOutput, error)
ListDeviceInstancesWithContext is the same as ListDeviceInstances with the addition of the ability to pass a context and additional request options.
See ListDeviceInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListDevicePools(input *ListDevicePoolsInput) (*ListDevicePoolsOutput, error)
ListDevicePools API operation for AWS Device Farm.
Gets information about device pools.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListDevicePools for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDevicePools
func (c *DeviceFarm) ListDevicePoolsPages(input *ListDevicePoolsInput, fn func(*ListDevicePoolsOutput, bool) bool) error
ListDevicePoolsPages iterates over the pages of a ListDevicePools operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDevicePools method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDevicePools operation. pageNum := 0 err := client.ListDevicePoolsPages(params, func(page *devicefarm.ListDevicePoolsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListDevicePoolsPagesWithContext(ctx aws.Context, input *ListDevicePoolsInput, fn func(*ListDevicePoolsOutput, bool) bool, opts ...request.Option) error
ListDevicePoolsPagesWithContext same as ListDevicePoolsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListDevicePoolsRequest(input *ListDevicePoolsInput) (req *request.Request, output *ListDevicePoolsOutput)
ListDevicePoolsRequest generates a "aws/request.Request" representing the client's request for the ListDevicePools operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDevicePools for more information on using the ListDevicePools API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDevicePoolsRequest method. req, resp := client.ListDevicePoolsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDevicePools
func (c *DeviceFarm) ListDevicePoolsWithContext(ctx aws.Context, input *ListDevicePoolsInput, opts ...request.Option) (*ListDevicePoolsOutput, error)
ListDevicePoolsWithContext is the same as ListDevicePools with the addition of the ability to pass a context and additional request options.
See ListDevicePools for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListDevices(input *ListDevicesInput) (*ListDevicesOutput, error)
ListDevices API operation for AWS Device Farm.
Gets information about unique device types.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListDevices for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDevices
func (c *DeviceFarm) ListDevicesPages(input *ListDevicesInput, fn func(*ListDevicesOutput, bool) bool) error
ListDevicesPages iterates over the pages of a ListDevices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDevices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDevices operation. pageNum := 0 err := client.ListDevicesPages(params, func(page *devicefarm.ListDevicesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListDevicesPagesWithContext(ctx aws.Context, input *ListDevicesInput, fn func(*ListDevicesOutput, bool) bool, opts ...request.Option) error
ListDevicesPagesWithContext same as ListDevicesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListDevicesRequest(input *ListDevicesInput) (req *request.Request, output *ListDevicesOutput)
ListDevicesRequest generates a "aws/request.Request" representing the client's request for the ListDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDevices for more information on using the ListDevices API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDevicesRequest method. req, resp := client.ListDevicesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDevices
func (c *DeviceFarm) ListDevicesWithContext(ctx aws.Context, input *ListDevicesInput, opts ...request.Option) (*ListDevicesOutput, error)
ListDevicesWithContext is the same as ListDevices with the addition of the ability to pass a context and additional request options.
See ListDevices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListInstanceProfiles(input *ListInstanceProfilesInput) (*ListInstanceProfilesOutput, error)
ListInstanceProfiles API operation for AWS Device Farm.
Returns information about all the instance profiles in an AWS account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListInstanceProfiles for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListInstanceProfiles
func (c *DeviceFarm) ListInstanceProfilesRequest(input *ListInstanceProfilesInput) (req *request.Request, output *ListInstanceProfilesOutput)
ListInstanceProfilesRequest generates a "aws/request.Request" representing the client's request for the ListInstanceProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListInstanceProfiles for more information on using the ListInstanceProfiles API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListInstanceProfilesRequest method. req, resp := client.ListInstanceProfilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListInstanceProfiles
func (c *DeviceFarm) ListInstanceProfilesWithContext(ctx aws.Context, input *ListInstanceProfilesInput, opts ...request.Option) (*ListInstanceProfilesOutput, error)
ListInstanceProfilesWithContext is the same as ListInstanceProfiles with the addition of the ability to pass a context and additional request options.
See ListInstanceProfiles for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)
ListJobs API operation for AWS Device Farm.
Gets information about jobs for a given test run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListJobs for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListJobs
func (c *DeviceFarm) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
ListJobsPages iterates over the pages of a ListJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListJobs operation. pageNum := 0 err := client.ListJobsPages(params, func(page *devicefarm.ListJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...request.Option) error
ListJobsPagesWithContext same as ListJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)
ListJobsRequest generates a "aws/request.Request" representing the client's request for the ListJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListJobs for more information on using the ListJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListJobsRequest method. req, resp := client.ListJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListJobs
func (c *DeviceFarm) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)
ListJobsWithContext is the same as ListJobs with the addition of the ability to pass a context and additional request options.
See ListJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListNetworkProfiles(input *ListNetworkProfilesInput) (*ListNetworkProfilesOutput, error)
ListNetworkProfiles API operation for AWS Device Farm.
Returns the list of available network profiles.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListNetworkProfiles for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListNetworkProfiles
func (c *DeviceFarm) ListNetworkProfilesRequest(input *ListNetworkProfilesInput) (req *request.Request, output *ListNetworkProfilesOutput)
ListNetworkProfilesRequest generates a "aws/request.Request" representing the client's request for the ListNetworkProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListNetworkProfiles for more information on using the ListNetworkProfiles API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListNetworkProfilesRequest method. req, resp := client.ListNetworkProfilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListNetworkProfiles
func (c *DeviceFarm) ListNetworkProfilesWithContext(ctx aws.Context, input *ListNetworkProfilesInput, opts ...request.Option) (*ListNetworkProfilesOutput, error)
ListNetworkProfilesWithContext is the same as ListNetworkProfiles with the addition of the ability to pass a context and additional request options.
See ListNetworkProfiles for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListOfferingPromotions(input *ListOfferingPromotionsInput) (*ListOfferingPromotionsOutput, error)
ListOfferingPromotions API operation for AWS Device Farm.
Returns a list of offering promotions. Each offering promotion record contains the ID and description of the promotion. The API returns a NotEligible error if the caller is not permitted to invoke the operation. Contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com) if you must be able to invoke this operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListOfferingPromotions for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferingPromotions
func (c *DeviceFarm) ListOfferingPromotionsRequest(input *ListOfferingPromotionsInput) (req *request.Request, output *ListOfferingPromotionsOutput)
ListOfferingPromotionsRequest generates a "aws/request.Request" representing the client's request for the ListOfferingPromotions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOfferingPromotions for more information on using the ListOfferingPromotions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOfferingPromotionsRequest method. req, resp := client.ListOfferingPromotionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferingPromotions
func (c *DeviceFarm) ListOfferingPromotionsWithContext(ctx aws.Context, input *ListOfferingPromotionsInput, opts ...request.Option) (*ListOfferingPromotionsOutput, error)
ListOfferingPromotionsWithContext is the same as ListOfferingPromotions with the addition of the ability to pass a context and additional request options.
See ListOfferingPromotions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListOfferingTransactions(input *ListOfferingTransactionsInput) (*ListOfferingTransactionsOutput, error)
ListOfferingTransactions API operation for AWS Device Farm.
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListOfferingTransactions for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferingTransactions
func (c *DeviceFarm) ListOfferingTransactionsPages(input *ListOfferingTransactionsInput, fn func(*ListOfferingTransactionsOutput, bool) bool) error
ListOfferingTransactionsPages iterates over the pages of a ListOfferingTransactions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOfferingTransactions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOfferingTransactions operation. pageNum := 0 err := client.ListOfferingTransactionsPages(params, func(page *devicefarm.ListOfferingTransactionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListOfferingTransactionsPagesWithContext(ctx aws.Context, input *ListOfferingTransactionsInput, fn func(*ListOfferingTransactionsOutput, bool) bool, opts ...request.Option) error
ListOfferingTransactionsPagesWithContext same as ListOfferingTransactionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListOfferingTransactionsRequest(input *ListOfferingTransactionsInput) (req *request.Request, output *ListOfferingTransactionsOutput)
ListOfferingTransactionsRequest generates a "aws/request.Request" representing the client's request for the ListOfferingTransactions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOfferingTransactions for more information on using the ListOfferingTransactions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOfferingTransactionsRequest method. req, resp := client.ListOfferingTransactionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferingTransactions
func (c *DeviceFarm) ListOfferingTransactionsWithContext(ctx aws.Context, input *ListOfferingTransactionsInput, opts ...request.Option) (*ListOfferingTransactionsOutput, error)
ListOfferingTransactionsWithContext is the same as ListOfferingTransactions with the addition of the ability to pass a context and additional request options.
See ListOfferingTransactions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListOfferings(input *ListOfferingsInput) (*ListOfferingsOutput, error)
ListOfferings API operation for AWS Device Farm.
Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListOfferings for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferings
func (c *DeviceFarm) ListOfferingsPages(input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool) error
ListOfferingsPages iterates over the pages of a ListOfferings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOfferings method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOfferings operation. pageNum := 0 err := client.ListOfferingsPages(params, func(page *devicefarm.ListOfferingsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListOfferingsPagesWithContext(ctx aws.Context, input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool, opts ...request.Option) error
ListOfferingsPagesWithContext same as ListOfferingsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListOfferingsRequest(input *ListOfferingsInput) (req *request.Request, output *ListOfferingsOutput)
ListOfferingsRequest generates a "aws/request.Request" representing the client's request for the ListOfferings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOfferings for more information on using the ListOfferings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOfferingsRequest method. req, resp := client.ListOfferingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListOfferings
func (c *DeviceFarm) ListOfferingsWithContext(ctx aws.Context, input *ListOfferingsInput, opts ...request.Option) (*ListOfferingsOutput, error)
ListOfferingsWithContext is the same as ListOfferings with the addition of the ability to pass a context and additional request options.
See ListOfferings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)
ListProjects API operation for AWS Device Farm.
Gets information about projects.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListProjects for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListProjects
func (c *DeviceFarm) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error
ListProjectsPages iterates over the pages of a ListProjects operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListProjects method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListProjects operation. pageNum := 0 err := client.ListProjectsPages(params, func(page *devicefarm.ListProjectsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool, opts ...request.Option) error
ListProjectsPagesWithContext same as ListProjectsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)
ListProjectsRequest generates a "aws/request.Request" representing the client's request for the ListProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListProjects for more information on using the ListProjects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListProjectsRequest method. req, resp := client.ListProjectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListProjects
func (c *DeviceFarm) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)
ListProjectsWithContext is the same as ListProjects with the addition of the ability to pass a context and additional request options.
See ListProjects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListRemoteAccessSessions(input *ListRemoteAccessSessionsInput) (*ListRemoteAccessSessionsOutput, error)
ListRemoteAccessSessions API operation for AWS Device Farm.
Returns a list of all currently running remote access sessions.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListRemoteAccessSessions for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRemoteAccessSessions
func (c *DeviceFarm) ListRemoteAccessSessionsRequest(input *ListRemoteAccessSessionsInput) (req *request.Request, output *ListRemoteAccessSessionsOutput)
ListRemoteAccessSessionsRequest generates a "aws/request.Request" representing the client's request for the ListRemoteAccessSessions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListRemoteAccessSessions for more information on using the ListRemoteAccessSessions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListRemoteAccessSessionsRequest method. req, resp := client.ListRemoteAccessSessionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRemoteAccessSessions
func (c *DeviceFarm) ListRemoteAccessSessionsWithContext(ctx aws.Context, input *ListRemoteAccessSessionsInput, opts ...request.Option) (*ListRemoteAccessSessionsOutput, error)
ListRemoteAccessSessionsWithContext is the same as ListRemoteAccessSessions with the addition of the ability to pass a context and additional request options.
See ListRemoteAccessSessions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListRuns(input *ListRunsInput) (*ListRunsOutput, error)
ListRuns API operation for AWS Device Farm.
Gets information about runs, given an AWS Device Farm project ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListRuns for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRuns
func (c *DeviceFarm) ListRunsPages(input *ListRunsInput, fn func(*ListRunsOutput, bool) bool) error
ListRunsPages iterates over the pages of a ListRuns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListRuns method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListRuns operation. pageNum := 0 err := client.ListRunsPages(params, func(page *devicefarm.ListRunsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListRunsPagesWithContext(ctx aws.Context, input *ListRunsInput, fn func(*ListRunsOutput, bool) bool, opts ...request.Option) error
ListRunsPagesWithContext same as ListRunsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListRunsRequest(input *ListRunsInput) (req *request.Request, output *ListRunsOutput)
ListRunsRequest generates a "aws/request.Request" representing the client's request for the ListRuns operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListRuns for more information on using the ListRuns API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListRunsRequest method. req, resp := client.ListRunsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRuns
func (c *DeviceFarm) ListRunsWithContext(ctx aws.Context, input *ListRunsInput, opts ...request.Option) (*ListRunsOutput, error)
ListRunsWithContext is the same as ListRuns with the addition of the ability to pass a context and additional request options.
See ListRuns for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListSamples(input *ListSamplesInput) (*ListSamplesOutput, error)
ListSamples API operation for AWS Device Farm.
Gets information about samples, given an AWS Device Farm job ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListSamples for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListSamples
func (c *DeviceFarm) ListSamplesPages(input *ListSamplesInput, fn func(*ListSamplesOutput, bool) bool) error
ListSamplesPages iterates over the pages of a ListSamples operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSamples method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSamples operation. pageNum := 0 err := client.ListSamplesPages(params, func(page *devicefarm.ListSamplesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListSamplesPagesWithContext(ctx aws.Context, input *ListSamplesInput, fn func(*ListSamplesOutput, bool) bool, opts ...request.Option) error
ListSamplesPagesWithContext same as ListSamplesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListSamplesRequest(input *ListSamplesInput) (req *request.Request, output *ListSamplesOutput)
ListSamplesRequest generates a "aws/request.Request" representing the client's request for the ListSamples operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSamples for more information on using the ListSamples API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSamplesRequest method. req, resp := client.ListSamplesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListSamples
func (c *DeviceFarm) ListSamplesWithContext(ctx aws.Context, input *ListSamplesInput, opts ...request.Option) (*ListSamplesOutput, error)
ListSamplesWithContext is the same as ListSamples with the addition of the ability to pass a context and additional request options.
See ListSamples for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListSuites(input *ListSuitesInput) (*ListSuitesOutput, error)
ListSuites API operation for AWS Device Farm.
Gets information about test suites for a given job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListSuites for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListSuites
func (c *DeviceFarm) ListSuitesPages(input *ListSuitesInput, fn func(*ListSuitesOutput, bool) bool) error
ListSuitesPages iterates over the pages of a ListSuites operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSuites method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSuites operation. pageNum := 0 err := client.ListSuitesPages(params, func(page *devicefarm.ListSuitesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListSuitesPagesWithContext(ctx aws.Context, input *ListSuitesInput, fn func(*ListSuitesOutput, bool) bool, opts ...request.Option) error
ListSuitesPagesWithContext same as ListSuitesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListSuitesRequest(input *ListSuitesInput) (req *request.Request, output *ListSuitesOutput)
ListSuitesRequest generates a "aws/request.Request" representing the client's request for the ListSuites operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSuites for more information on using the ListSuites API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSuitesRequest method. req, resp := client.ListSuitesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListSuites
func (c *DeviceFarm) ListSuitesWithContext(ctx aws.Context, input *ListSuitesInput, opts ...request.Option) (*ListSuitesOutput, error)
ListSuitesWithContext is the same as ListSuites with the addition of the ability to pass a context and additional request options.
See ListSuites for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Device Farm.
List the tags for an AWS Device Farm resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
TagOperationException The operation was not successful. Try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTagsForResource
func (c *DeviceFarm) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTagsForResource
func (c *DeviceFarm) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridProjects(input *ListTestGridProjectsInput) (*ListTestGridProjectsOutput, error)
ListTestGridProjects API operation for AWS Device Farm.
Gets a list of all Selenium testing projects in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTestGridProjects for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridProjects
func (c *DeviceFarm) ListTestGridProjectsPages(input *ListTestGridProjectsInput, fn func(*ListTestGridProjectsOutput, bool) bool) error
ListTestGridProjectsPages iterates over the pages of a ListTestGridProjects operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTestGridProjects method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTestGridProjects operation. pageNum := 0 err := client.ListTestGridProjectsPages(params, func(page *devicefarm.ListTestGridProjectsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListTestGridProjectsPagesWithContext(ctx aws.Context, input *ListTestGridProjectsInput, fn func(*ListTestGridProjectsOutput, bool) bool, opts ...request.Option) error
ListTestGridProjectsPagesWithContext same as ListTestGridProjectsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridProjectsRequest(input *ListTestGridProjectsInput) (req *request.Request, output *ListTestGridProjectsOutput)
ListTestGridProjectsRequest generates a "aws/request.Request" representing the client's request for the ListTestGridProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTestGridProjects for more information on using the ListTestGridProjects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTestGridProjectsRequest method. req, resp := client.ListTestGridProjectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridProjects
func (c *DeviceFarm) ListTestGridProjectsWithContext(ctx aws.Context, input *ListTestGridProjectsInput, opts ...request.Option) (*ListTestGridProjectsOutput, error)
ListTestGridProjectsWithContext is the same as ListTestGridProjects with the addition of the ability to pass a context and additional request options.
See ListTestGridProjects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessionActions(input *ListTestGridSessionActionsInput) (*ListTestGridSessionActionsOutput, error)
ListTestGridSessionActions API operation for AWS Device Farm.
Returns a list of the actions taken in a TestGridSession.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTestGridSessionActions for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessionActions
func (c *DeviceFarm) ListTestGridSessionActionsPages(input *ListTestGridSessionActionsInput, fn func(*ListTestGridSessionActionsOutput, bool) bool) error
ListTestGridSessionActionsPages iterates over the pages of a ListTestGridSessionActions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTestGridSessionActions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTestGridSessionActions operation. pageNum := 0 err := client.ListTestGridSessionActionsPages(params, func(page *devicefarm.ListTestGridSessionActionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListTestGridSessionActionsPagesWithContext(ctx aws.Context, input *ListTestGridSessionActionsInput, fn func(*ListTestGridSessionActionsOutput, bool) bool, opts ...request.Option) error
ListTestGridSessionActionsPagesWithContext same as ListTestGridSessionActionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessionActionsRequest(input *ListTestGridSessionActionsInput) (req *request.Request, output *ListTestGridSessionActionsOutput)
ListTestGridSessionActionsRequest generates a "aws/request.Request" representing the client's request for the ListTestGridSessionActions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTestGridSessionActions for more information on using the ListTestGridSessionActions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTestGridSessionActionsRequest method. req, resp := client.ListTestGridSessionActionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessionActions
func (c *DeviceFarm) ListTestGridSessionActionsWithContext(ctx aws.Context, input *ListTestGridSessionActionsInput, opts ...request.Option) (*ListTestGridSessionActionsOutput, error)
ListTestGridSessionActionsWithContext is the same as ListTestGridSessionActions with the addition of the ability to pass a context and additional request options.
See ListTestGridSessionActions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessionArtifacts(input *ListTestGridSessionArtifactsInput) (*ListTestGridSessionArtifactsOutput, error)
ListTestGridSessionArtifacts API operation for AWS Device Farm.
Retrieves a list of artifacts created during the session.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTestGridSessionArtifacts for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessionArtifacts
func (c *DeviceFarm) ListTestGridSessionArtifactsPages(input *ListTestGridSessionArtifactsInput, fn func(*ListTestGridSessionArtifactsOutput, bool) bool) error
ListTestGridSessionArtifactsPages iterates over the pages of a ListTestGridSessionArtifacts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTestGridSessionArtifacts method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTestGridSessionArtifacts operation. pageNum := 0 err := client.ListTestGridSessionArtifactsPages(params, func(page *devicefarm.ListTestGridSessionArtifactsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListTestGridSessionArtifactsPagesWithContext(ctx aws.Context, input *ListTestGridSessionArtifactsInput, fn func(*ListTestGridSessionArtifactsOutput, bool) bool, opts ...request.Option) error
ListTestGridSessionArtifactsPagesWithContext same as ListTestGridSessionArtifactsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessionArtifactsRequest(input *ListTestGridSessionArtifactsInput) (req *request.Request, output *ListTestGridSessionArtifactsOutput)
ListTestGridSessionArtifactsRequest generates a "aws/request.Request" representing the client's request for the ListTestGridSessionArtifacts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTestGridSessionArtifacts for more information on using the ListTestGridSessionArtifacts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTestGridSessionArtifactsRequest method. req, resp := client.ListTestGridSessionArtifactsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessionArtifacts
func (c *DeviceFarm) ListTestGridSessionArtifactsWithContext(ctx aws.Context, input *ListTestGridSessionArtifactsInput, opts ...request.Option) (*ListTestGridSessionArtifactsOutput, error)
ListTestGridSessionArtifactsWithContext is the same as ListTestGridSessionArtifacts with the addition of the ability to pass a context and additional request options.
See ListTestGridSessionArtifacts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessions(input *ListTestGridSessionsInput) (*ListTestGridSessionsOutput, error)
ListTestGridSessions API operation for AWS Device Farm.
Retrieves a list of sessions for a TestGridProject.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTestGridSessions for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessions
func (c *DeviceFarm) ListTestGridSessionsPages(input *ListTestGridSessionsInput, fn func(*ListTestGridSessionsOutput, bool) bool) error
ListTestGridSessionsPages iterates over the pages of a ListTestGridSessions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTestGridSessions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTestGridSessions operation. pageNum := 0 err := client.ListTestGridSessionsPages(params, func(page *devicefarm.ListTestGridSessionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListTestGridSessionsPagesWithContext(ctx aws.Context, input *ListTestGridSessionsInput, fn func(*ListTestGridSessionsOutput, bool) bool, opts ...request.Option) error
ListTestGridSessionsPagesWithContext same as ListTestGridSessionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestGridSessionsRequest(input *ListTestGridSessionsInput) (req *request.Request, output *ListTestGridSessionsOutput)
ListTestGridSessionsRequest generates a "aws/request.Request" representing the client's request for the ListTestGridSessions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTestGridSessions for more information on using the ListTestGridSessions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTestGridSessionsRequest method. req, resp := client.ListTestGridSessionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessions
func (c *DeviceFarm) ListTestGridSessionsWithContext(ctx aws.Context, input *ListTestGridSessionsInput, opts ...request.Option) (*ListTestGridSessionsOutput, error)
ListTestGridSessionsWithContext is the same as ListTestGridSessions with the addition of the ability to pass a context and additional request options.
See ListTestGridSessions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTests(input *ListTestsInput) (*ListTestsOutput, error)
ListTests API operation for AWS Device Farm.
Gets information about tests in a given test suite.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListTests for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTests
func (c *DeviceFarm) ListTestsPages(input *ListTestsInput, fn func(*ListTestsOutput, bool) bool) error
ListTestsPages iterates over the pages of a ListTests operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTests method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTests operation. pageNum := 0 err := client.ListTestsPages(params, func(page *devicefarm.ListTestsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListTestsPagesWithContext(ctx aws.Context, input *ListTestsInput, fn func(*ListTestsOutput, bool) bool, opts ...request.Option) error
ListTestsPagesWithContext same as ListTestsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListTestsRequest(input *ListTestsInput) (req *request.Request, output *ListTestsOutput)
ListTestsRequest generates a "aws/request.Request" representing the client's request for the ListTests operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTests for more information on using the ListTests API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTestsRequest method. req, resp := client.ListTestsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTests
func (c *DeviceFarm) ListTestsWithContext(ctx aws.Context, input *ListTestsInput, opts ...request.Option) (*ListTestsOutput, error)
ListTestsWithContext is the same as ListTests with the addition of the ability to pass a context and additional request options.
See ListTests for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListUniqueProblems(input *ListUniqueProblemsInput) (*ListUniqueProblemsOutput, error)
ListUniqueProblems API operation for AWS Device Farm.
Gets information about unique problems, such as exceptions or crashes.
Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386), ListUniqueProblems returns a single entry instead of many individual entries for that exception.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListUniqueProblems for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListUniqueProblems
func (c *DeviceFarm) ListUniqueProblemsPages(input *ListUniqueProblemsInput, fn func(*ListUniqueProblemsOutput, bool) bool) error
ListUniqueProblemsPages iterates over the pages of a ListUniqueProblems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListUniqueProblems method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListUniqueProblems operation. pageNum := 0 err := client.ListUniqueProblemsPages(params, func(page *devicefarm.ListUniqueProblemsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListUniqueProblemsPagesWithContext(ctx aws.Context, input *ListUniqueProblemsInput, fn func(*ListUniqueProblemsOutput, bool) bool, opts ...request.Option) error
ListUniqueProblemsPagesWithContext same as ListUniqueProblemsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListUniqueProblemsRequest(input *ListUniqueProblemsInput) (req *request.Request, output *ListUniqueProblemsOutput)
ListUniqueProblemsRequest generates a "aws/request.Request" representing the client's request for the ListUniqueProblems operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListUniqueProblems for more information on using the ListUniqueProblems API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListUniqueProblemsRequest method. req, resp := client.ListUniqueProblemsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListUniqueProblems
func (c *DeviceFarm) ListUniqueProblemsWithContext(ctx aws.Context, input *ListUniqueProblemsInput, opts ...request.Option) (*ListUniqueProblemsOutput, error)
ListUniqueProblemsWithContext is the same as ListUniqueProblems with the addition of the ability to pass a context and additional request options.
See ListUniqueProblems for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListUploads(input *ListUploadsInput) (*ListUploadsOutput, error)
ListUploads API operation for AWS Device Farm.
Gets information about uploads, given an AWS Device Farm project ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListUploads for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListUploads
func (c *DeviceFarm) ListUploadsPages(input *ListUploadsInput, fn func(*ListUploadsOutput, bool) bool) error
ListUploadsPages iterates over the pages of a ListUploads operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListUploads method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListUploads operation. pageNum := 0 err := client.ListUploadsPages(params, func(page *devicefarm.ListUploadsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *DeviceFarm) ListUploadsPagesWithContext(ctx aws.Context, input *ListUploadsInput, fn func(*ListUploadsOutput, bool) bool, opts ...request.Option) error
ListUploadsPagesWithContext same as ListUploadsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListUploadsRequest(input *ListUploadsInput) (req *request.Request, output *ListUploadsOutput)
ListUploadsRequest generates a "aws/request.Request" representing the client's request for the ListUploads operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListUploads for more information on using the ListUploads API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListUploadsRequest method. req, resp := client.ListUploadsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListUploads
func (c *DeviceFarm) ListUploadsWithContext(ctx aws.Context, input *ListUploadsInput, opts ...request.Option) (*ListUploadsOutput, error)
ListUploadsWithContext is the same as ListUploads with the addition of the ability to pass a context and additional request options.
See ListUploads for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ListVPCEConfigurations(input *ListVPCEConfigurationsInput) (*ListVPCEConfigurationsOutput, error)
ListVPCEConfigurations API operation for AWS Device Farm.
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ListVPCEConfigurations for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListVPCEConfigurations
func (c *DeviceFarm) ListVPCEConfigurationsRequest(input *ListVPCEConfigurationsInput) (req *request.Request, output *ListVPCEConfigurationsOutput)
ListVPCEConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListVPCEConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListVPCEConfigurations for more information on using the ListVPCEConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListVPCEConfigurationsRequest method. req, resp := client.ListVPCEConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListVPCEConfigurations
func (c *DeviceFarm) ListVPCEConfigurationsWithContext(ctx aws.Context, input *ListVPCEConfigurationsInput, opts ...request.Option) (*ListVPCEConfigurationsOutput, error)
ListVPCEConfigurationsWithContext is the same as ListVPCEConfigurations with the addition of the ability to pass a context and additional request options.
See ListVPCEConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) PurchaseOffering(input *PurchaseOfferingInput) (*PurchaseOfferingOutput, error)
PurchaseOffering API operation for AWS Device Farm.
Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation PurchaseOffering for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/PurchaseOffering
func (c *DeviceFarm) PurchaseOfferingRequest(input *PurchaseOfferingInput) (req *request.Request, output *PurchaseOfferingOutput)
PurchaseOfferingRequest generates a "aws/request.Request" representing the client's request for the PurchaseOffering operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PurchaseOffering for more information on using the PurchaseOffering API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PurchaseOfferingRequest method. req, resp := client.PurchaseOfferingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/PurchaseOffering
func (c *DeviceFarm) PurchaseOfferingWithContext(ctx aws.Context, input *PurchaseOfferingInput, opts ...request.Option) (*PurchaseOfferingOutput, error)
PurchaseOfferingWithContext is the same as PurchaseOffering with the addition of the ability to pass a context and additional request options.
See PurchaseOffering for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) RenewOffering(input *RenewOfferingInput) (*RenewOfferingOutput, error)
RenewOffering API operation for AWS Device Farm.
Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com (mailto:aws-devicefarm-support@amazon.com).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation RenewOffering for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
NotEligibleException Exception gets thrown when a user is not eligible to perform the specified transaction.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RenewOffering
func (c *DeviceFarm) RenewOfferingRequest(input *RenewOfferingInput) (req *request.Request, output *RenewOfferingOutput)
RenewOfferingRequest generates a "aws/request.Request" representing the client's request for the RenewOffering operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RenewOffering for more information on using the RenewOffering API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RenewOfferingRequest method. req, resp := client.RenewOfferingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RenewOffering
func (c *DeviceFarm) RenewOfferingWithContext(ctx aws.Context, input *RenewOfferingInput, opts ...request.Option) (*RenewOfferingOutput, error)
RenewOfferingWithContext is the same as RenewOffering with the addition of the ability to pass a context and additional request options.
See RenewOffering for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) ScheduleRun(input *ScheduleRunInput) (*ScheduleRunOutput, error)
ScheduleRun API operation for AWS Device Farm.
Schedules a run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation ScheduleRun for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
IdempotencyException An entity with the same name already exists.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ScheduleRun
func (c *DeviceFarm) ScheduleRunRequest(input *ScheduleRunInput) (req *request.Request, output *ScheduleRunOutput)
ScheduleRunRequest generates a "aws/request.Request" representing the client's request for the ScheduleRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ScheduleRun for more information on using the ScheduleRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ScheduleRunRequest method. req, resp := client.ScheduleRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ScheduleRun
func (c *DeviceFarm) ScheduleRunWithContext(ctx aws.Context, input *ScheduleRunInput, opts ...request.Option) (*ScheduleRunOutput, error)
ScheduleRunWithContext is the same as ScheduleRun with the addition of the ability to pass a context and additional request options.
See ScheduleRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) StopJob(input *StopJobInput) (*StopJobOutput, error)
StopJob API operation for AWS Device Farm.
Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device where tests have not started. You are not billed for this device. On the device where tests have started, setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, and any tests that were in progress or already completed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation StopJob for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopJob
func (c *DeviceFarm) StopJobRequest(input *StopJobInput) (req *request.Request, output *StopJobOutput)
StopJobRequest generates a "aws/request.Request" representing the client's request for the StopJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopJob for more information on using the StopJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopJobRequest method. req, resp := client.StopJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopJob
func (c *DeviceFarm) StopJobWithContext(ctx aws.Context, input *StopJobInput, opts ...request.Option) (*StopJobOutput, error)
StopJobWithContext is the same as StopJob with the addition of the ability to pass a context and additional request options.
See StopJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) StopRemoteAccessSession(input *StopRemoteAccessSessionInput) (*StopRemoteAccessSessionOutput, error)
StopRemoteAccessSession API operation for AWS Device Farm.
Ends a specified remote access session.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation StopRemoteAccessSession for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRemoteAccessSession
func (c *DeviceFarm) StopRemoteAccessSessionRequest(input *StopRemoteAccessSessionInput) (req *request.Request, output *StopRemoteAccessSessionOutput)
StopRemoteAccessSessionRequest generates a "aws/request.Request" representing the client's request for the StopRemoteAccessSession operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopRemoteAccessSession for more information on using the StopRemoteAccessSession API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopRemoteAccessSessionRequest method. req, resp := client.StopRemoteAccessSessionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRemoteAccessSession
func (c *DeviceFarm) StopRemoteAccessSessionWithContext(ctx aws.Context, input *StopRemoteAccessSessionInput, opts ...request.Option) (*StopRemoteAccessSessionOutput, error)
StopRemoteAccessSessionWithContext is the same as StopRemoteAccessSession with the addition of the ability to pass a context and additional request options.
See StopRemoteAccessSession for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) StopRun(input *StopRunInput) (*StopRunOutput, error)
StopRun API operation for AWS Device Farm.
Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation StopRun for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRun
func (c *DeviceFarm) StopRunRequest(input *StopRunInput) (req *request.Request, output *StopRunOutput)
StopRunRequest generates a "aws/request.Request" representing the client's request for the StopRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopRun for more information on using the StopRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopRunRequest method. req, resp := client.StopRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRun
func (c *DeviceFarm) StopRunWithContext(ctx aws.Context, input *StopRunInput, opts ...request.Option) (*StopRunOutput, error)
StopRunWithContext is the same as StopRun with the addition of the ability to pass a context and additional request options.
See StopRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Device Farm.
Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation TagResource for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
TagOperationException The operation was not successful. Try again.
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.
TagPolicyException The request doesn't comply with the AWS Identity and Access Management (IAM) tag policy. Correct your request and then retry it.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TagResource
func (c *DeviceFarm) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TagResource
func (c *DeviceFarm) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Device Farm.
Deletes the specified tags from a resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UntagResource for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
TagOperationException The operation was not successful. Try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UntagResource
func (c *DeviceFarm) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UntagResource
func (c *DeviceFarm) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateDeviceInstance(input *UpdateDeviceInstanceInput) (*UpdateDeviceInstanceOutput, error)
UpdateDeviceInstance API operation for AWS Device Farm.
Updates information about a private device instance.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateDeviceInstance for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDeviceInstance
func (c *DeviceFarm) UpdateDeviceInstanceRequest(input *UpdateDeviceInstanceInput) (req *request.Request, output *UpdateDeviceInstanceOutput)
UpdateDeviceInstanceRequest generates a "aws/request.Request" representing the client's request for the UpdateDeviceInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDeviceInstance for more information on using the UpdateDeviceInstance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDeviceInstanceRequest method. req, resp := client.UpdateDeviceInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDeviceInstance
func (c *DeviceFarm) UpdateDeviceInstanceWithContext(ctx aws.Context, input *UpdateDeviceInstanceInput, opts ...request.Option) (*UpdateDeviceInstanceOutput, error)
UpdateDeviceInstanceWithContext is the same as UpdateDeviceInstance with the addition of the ability to pass a context and additional request options.
See UpdateDeviceInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateDevicePool(input *UpdateDevicePoolInput) (*UpdateDevicePoolOutput, error)
UpdateDevicePool API operation for AWS Device Farm.
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateDevicePool for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDevicePool
func (c *DeviceFarm) UpdateDevicePoolRequest(input *UpdateDevicePoolInput) (req *request.Request, output *UpdateDevicePoolOutput)
UpdateDevicePoolRequest generates a "aws/request.Request" representing the client's request for the UpdateDevicePool operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDevicePool for more information on using the UpdateDevicePool API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDevicePoolRequest method. req, resp := client.UpdateDevicePoolRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDevicePool
func (c *DeviceFarm) UpdateDevicePoolWithContext(ctx aws.Context, input *UpdateDevicePoolInput, opts ...request.Option) (*UpdateDevicePoolOutput, error)
UpdateDevicePoolWithContext is the same as UpdateDevicePool with the addition of the ability to pass a context and additional request options.
See UpdateDevicePool for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateInstanceProfile(input *UpdateInstanceProfileInput) (*UpdateInstanceProfileOutput, error)
UpdateInstanceProfile API operation for AWS Device Farm.
Updates information about an existing private device instance profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateInstanceProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateInstanceProfile
func (c *DeviceFarm) UpdateInstanceProfileRequest(input *UpdateInstanceProfileInput) (req *request.Request, output *UpdateInstanceProfileOutput)
UpdateInstanceProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateInstanceProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateInstanceProfile for more information on using the UpdateInstanceProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateInstanceProfileRequest method. req, resp := client.UpdateInstanceProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateInstanceProfile
func (c *DeviceFarm) UpdateInstanceProfileWithContext(ctx aws.Context, input *UpdateInstanceProfileInput, opts ...request.Option) (*UpdateInstanceProfileOutput, error)
UpdateInstanceProfileWithContext is the same as UpdateInstanceProfile with the addition of the ability to pass a context and additional request options.
See UpdateInstanceProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateNetworkProfile(input *UpdateNetworkProfileInput) (*UpdateNetworkProfileOutput, error)
UpdateNetworkProfile API operation for AWS Device Farm.
Updates the network profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateNetworkProfile for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateNetworkProfile
func (c *DeviceFarm) UpdateNetworkProfileRequest(input *UpdateNetworkProfileInput) (req *request.Request, output *UpdateNetworkProfileOutput)
UpdateNetworkProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateNetworkProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateNetworkProfile for more information on using the UpdateNetworkProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateNetworkProfileRequest method. req, resp := client.UpdateNetworkProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateNetworkProfile
func (c *DeviceFarm) UpdateNetworkProfileWithContext(ctx aws.Context, input *UpdateNetworkProfileInput, opts ...request.Option) (*UpdateNetworkProfileOutput, error)
UpdateNetworkProfileWithContext is the same as UpdateNetworkProfile with the addition of the ability to pass a context and additional request options.
See UpdateNetworkProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)
UpdateProject API operation for AWS Device Farm.
Modifies the specified project name, given the project ARN and a new name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateProject for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateProject
func (c *DeviceFarm) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)
UpdateProjectRequest generates a "aws/request.Request" representing the client's request for the UpdateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateProject for more information on using the UpdateProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateProjectRequest method. req, resp := client.UpdateProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateProject
func (c *DeviceFarm) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)
UpdateProjectWithContext is the same as UpdateProject with the addition of the ability to pass a context and additional request options.
See UpdateProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateTestGridProject(input *UpdateTestGridProjectInput) (*UpdateTestGridProjectOutput, error)
UpdateTestGridProject API operation for AWS Device Farm.
Change details of a project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateTestGridProject for usage and error information.
Returned Error Types:
NotFoundException The specified entity was not found.
ArgumentException An invalid argument was specified.
LimitExceededException A limit was exceeded.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProject
func (c *DeviceFarm) UpdateTestGridProjectRequest(input *UpdateTestGridProjectInput) (req *request.Request, output *UpdateTestGridProjectOutput)
UpdateTestGridProjectRequest generates a "aws/request.Request" representing the client's request for the UpdateTestGridProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateTestGridProject for more information on using the UpdateTestGridProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateTestGridProjectRequest method. req, resp := client.UpdateTestGridProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProject
func (c *DeviceFarm) UpdateTestGridProjectWithContext(ctx aws.Context, input *UpdateTestGridProjectInput, opts ...request.Option) (*UpdateTestGridProjectOutput, error)
UpdateTestGridProjectWithContext is the same as UpdateTestGridProject with the addition of the ability to pass a context and additional request options.
See UpdateTestGridProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateUpload(input *UpdateUploadInput) (*UpdateUploadOutput, error)
UpdateUpload API operation for AWS Device Farm.
Updates an uploaded test spec.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateUpload for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
LimitExceededException A limit was exceeded.
ServiceAccountException There was a problem with the service account.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateUpload
func (c *DeviceFarm) UpdateUploadRequest(input *UpdateUploadInput) (req *request.Request, output *UpdateUploadOutput)
UpdateUploadRequest generates a "aws/request.Request" representing the client's request for the UpdateUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateUpload for more information on using the UpdateUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateUploadRequest method. req, resp := client.UpdateUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateUpload
func (c *DeviceFarm) UpdateUploadWithContext(ctx aws.Context, input *UpdateUploadInput, opts ...request.Option) (*UpdateUploadOutput, error)
UpdateUploadWithContext is the same as UpdateUpload with the addition of the ability to pass a context and additional request options.
See UpdateUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *DeviceFarm) UpdateVPCEConfiguration(input *UpdateVPCEConfigurationInput) (*UpdateVPCEConfigurationOutput, error)
UpdateVPCEConfiguration API operation for AWS Device Farm.
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Device Farm's API operation UpdateVPCEConfiguration for usage and error information.
Returned Error Types:
ArgumentException An invalid argument was specified.
NotFoundException The specified entity was not found.
ServiceAccountException There was a problem with the service account.
InvalidOperationException There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateVPCEConfiguration
func (c *DeviceFarm) UpdateVPCEConfigurationRequest(input *UpdateVPCEConfigurationInput) (req *request.Request, output *UpdateVPCEConfigurationOutput)
UpdateVPCEConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateVPCEConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateVPCEConfiguration for more information on using the UpdateVPCEConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateVPCEConfigurationRequest method. req, resp := client.UpdateVPCEConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateVPCEConfiguration
func (c *DeviceFarm) UpdateVPCEConfigurationWithContext(ctx aws.Context, input *UpdateVPCEConfigurationInput, opts ...request.Option) (*UpdateVPCEConfigurationOutput, error)
UpdateVPCEConfigurationWithContext is the same as UpdateVPCEConfiguration with the addition of the ability to pass a context and additional request options.
See UpdateVPCEConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type DeviceFilter struct { // The aspect of a device such as platform or model used as the selection criteria // in a device filter. // // The supported operators for each attribute are provided in the following // list. // // ARN // // The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example). // // Supported operators: EQUALS, IN, NOT_IN // // PLATFORM // // The device platform. Valid values are ANDROID or IOS. // // Supported operators: EQUALS // // OS_VERSION // // The operating system version (for example, 10.3.2). // // Supported operators: EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, LESS_THAN, // LESS_THAN_OR_EQUALS, NOT_IN // // MODEL // // The device model (for example, iPad 5th Gen). // // Supported operators: CONTAINS, EQUALS, IN, NOT_IN // // AVAILABILITY // // The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, // BUSY, or TEMPORARY_NOT_AVAILABLE. // // Supported operators: EQUALS // // FORM_FACTOR // // The device form factor. Valid values are PHONE or TABLET. // // Supported operators: EQUALS // // MANUFACTURER // // The device manufacturer (for example, Apple). // // Supported operators: EQUALS, IN, NOT_IN // // REMOTE_ACCESS_ENABLED // // Whether the device is enabled for remote access. Valid values are TRUE or // FALSE. // // Supported operators: EQUALS // // REMOTE_DEBUG_ENABLED // // Whether the device is enabled for remote debugging. Valid values are TRUE // or FALSE. // // Supported operators: EQUALS // // Because remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html), // this filter is ignored. // // INSTANCE_ARN // // The Amazon Resource Name (ARN) of the device instance. // // Supported operators: EQUALS, IN, NOT_IN // // INSTANCE_LABELS // // The label of the device instance. // // Supported operators: CONTAINS // // FLEET_TYPE // // The fleet type. Valid values are PUBLIC or PRIVATE. // // Supported operators: EQUALS // // Attribute is a required field Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"DeviceFilterAttribute"` // Specifies how Device Farm compares the filter's attribute to the value. See // the attribute descriptions. // // Operator is a required field Operator *string `locationName:"operator" type:"string" required:"true" enum:"RuleOperator"` // An array of one or more filter values used in a device filter. // // Operator Values // // * The IN and NOT_IN operators can take a values array that has more than // one element. // // * The other operators require an array with a single element. // // Attribute Values // // * The PLATFORM attribute can be set to ANDROID or IOS. // // * The AVAILABILITY attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, // BUSY, or TEMPORARY_NOT_AVAILABLE. // // * The FORM_FACTOR attribute can be set to PHONE or TABLET. // // * The FLEET_TYPE attribute can be set to PUBLIC or PRIVATE. // // Values is a required field Values []*string `locationName:"values" type:"list" required:"true"` // contains filtered or unexported fields }
Represents a device filter used to select a set of devices to be included in a test run. This data structure is passed in as the deviceSelectionConfiguration parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun.
It is also passed in as the filters parameter to ListDevices. For an example of the JSON request syntax, see ListDevices.
func (s DeviceFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceFilter) SetAttribute(v string) *DeviceFilter
SetAttribute sets the Attribute field's value.
func (s *DeviceFilter) SetOperator(v string) *DeviceFilter
SetOperator sets the Operator field's value.
func (s *DeviceFilter) SetValues(v []*string) *DeviceFilter
SetValues sets the Values field's value.
func (s DeviceFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeviceInstance struct { // The Amazon Resource Name (ARN) of the device instance. Arn *string `locationName:"arn" min:"32" type:"string"` // The ARN of the device. DeviceArn *string `locationName:"deviceArn" min:"32" type:"string"` // A object that contains information about the instance profile. InstanceProfile *InstanceProfile `locationName:"instanceProfile" type:"structure"` // An array of strings that describe the device instance. Labels []*string `locationName:"labels" type:"list"` // The status of the device instance. Valid values are listed here. Status *string `locationName:"status" type:"string" enum:"InstanceStatus"` // Unique device identifier for the device instance. Udid *string `locationName:"udid" type:"string"` // contains filtered or unexported fields }
Represents the device instance.
func (s DeviceInstance) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceInstance) SetArn(v string) *DeviceInstance
SetArn sets the Arn field's value.
func (s *DeviceInstance) SetDeviceArn(v string) *DeviceInstance
SetDeviceArn sets the DeviceArn field's value.
func (s *DeviceInstance) SetInstanceProfile(v *InstanceProfile) *DeviceInstance
SetInstanceProfile sets the InstanceProfile field's value.
func (s *DeviceInstance) SetLabels(v []*string) *DeviceInstance
SetLabels sets the Labels field's value.
func (s *DeviceInstance) SetStatus(v string) *DeviceInstance
SetStatus sets the Status field's value.
func (s *DeviceInstance) SetUdid(v string) *DeviceInstance
SetUdid sets the Udid field's value.
func (s DeviceInstance) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeviceMinutes struct { // When specified, represents only the sum of metered minutes used by the resource // to run tests. Metered *float64 `locationName:"metered" type:"double"` // When specified, represents the total minutes used by the resource to run // tests. Total *float64 `locationName:"total" type:"double"` // When specified, represents only the sum of unmetered minutes used by the // resource to run tests. Unmetered *float64 `locationName:"unmetered" type:"double"` // contains filtered or unexported fields }
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
func (s DeviceMinutes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceMinutes) SetMetered(v float64) *DeviceMinutes
SetMetered sets the Metered field's value.
func (s *DeviceMinutes) SetTotal(v float64) *DeviceMinutes
SetTotal sets the Total field's value.
func (s *DeviceMinutes) SetUnmetered(v float64) *DeviceMinutes
SetUnmetered sets the Unmetered field's value.
func (s DeviceMinutes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DevicePool struct { // The device pool's ARN. Arn *string `locationName:"arn" min:"32" type:"string"` // The device pool's description. Description *string `locationName:"description" type:"string"` // The number of devices that Device Farm can add to your device pool. Device // Farm adds devices that are available and meet the criteria that you assign // for the rules parameter. Depending on how many devices meet these constraints, // your device pool might contain fewer devices than the value for this parameter. // // By specifying the maximum number of devices, you can control the costs that // you incur by running tests. MaxDevices *int64 `locationName:"maxDevices" type:"integer"` // The device pool's name. Name *string `locationName:"name" type:"string"` // Information about the device pool's rules. Rules []*Rule `locationName:"rules" type:"list"` // The device pool's type. // // Allowed values include: // // * CURATED: A device pool that is created and managed by AWS Device Farm. // // * PRIVATE: A device pool that is created and managed by the device pool // developer. Type *string `locationName:"type" type:"string" enum:"DevicePoolType"` // contains filtered or unexported fields }
Represents a collection of device types.
func (s DevicePool) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DevicePool) SetArn(v string) *DevicePool
SetArn sets the Arn field's value.
func (s *DevicePool) SetDescription(v string) *DevicePool
SetDescription sets the Description field's value.
func (s *DevicePool) SetMaxDevices(v int64) *DevicePool
SetMaxDevices sets the MaxDevices field's value.
func (s *DevicePool) SetName(v string) *DevicePool
SetName sets the Name field's value.
func (s *DevicePool) SetRules(v []*Rule) *DevicePool
SetRules sets the Rules field's value.
func (s *DevicePool) SetType(v string) *DevicePool
SetType sets the Type field's value.
func (s DevicePool) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DevicePoolCompatibilityResult struct { // Whether the result was compatible with the device pool. Compatible *bool `locationName:"compatible" type:"boolean"` // The device (phone or tablet) to return information about. Device *Device `locationName:"device" type:"structure"` // Information about the compatibility. IncompatibilityMessages []*IncompatibilityMessage `locationName:"incompatibilityMessages" type:"list"` // contains filtered or unexported fields }
Represents a device pool compatibility result.
func (s DevicePoolCompatibilityResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DevicePoolCompatibilityResult) SetCompatible(v bool) *DevicePoolCompatibilityResult
SetCompatible sets the Compatible field's value.
func (s *DevicePoolCompatibilityResult) SetDevice(v *Device) *DevicePoolCompatibilityResult
SetDevice sets the Device field's value.
func (s *DevicePoolCompatibilityResult) SetIncompatibilityMessages(v []*IncompatibilityMessage) *DevicePoolCompatibilityResult
SetIncompatibilityMessages sets the IncompatibilityMessages field's value.
func (s DevicePoolCompatibilityResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeviceSelectionConfiguration struct { // Used to dynamically select a set of devices for a test run. A filter is made // up of an attribute, an operator, and one or more values. // // * Attribute The aspect of a device such as platform or model used as the // selection criteria in a device filter. Allowed values include: ARN: The // Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example). // PLATFORM: The device platform. Valid values are ANDROID or IOS. OS_VERSION: // The operating system version (for example, 10.3.2). MODEL: The device // model (for example, iPad 5th Gen). AVAILABILITY: The current availability // of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or // TEMPORARY_NOT_AVAILABLE. FORM_FACTOR: The device form factor. Valid values // are PHONE or TABLET. MANUFACTURER: The device manufacturer (for example, // Apple). REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote // access. Valid values are TRUE or FALSE. REMOTE_DEBUG_ENABLED: Whether // the device is enabled for remote debugging. Valid values are TRUE or FALSE. // Because remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html), // this filter is ignored. INSTANCE_ARN: The Amazon Resource Name (ARN) of // the device instance. INSTANCE_LABELS: The label of the device instance. // FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE. // // * Operator The filter operator. The EQUALS operator is available for every // attribute except INSTANCE_LABELS. The CONTAINS operator is available for // the INSTANCE_LABELS and MODEL attributes. The IN and NOT_IN operators // are available for the ARN, OS_VERSION, MODEL, MANUFACTURER, and INSTANCE_ARN // attributes. The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and GREATER_THAN_OR_EQUALS // operators are also available for the OS_VERSION attribute. // // * Values An array of one or more filter values. Operator Values The IN // and NOT_IN operators can take a values array that has more than one element. // The other operators require an array with a single element. Attribute // Values The PLATFORM attribute can be set to ANDROID or IOS. The AVAILABILITY // attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE. // The FORM_FACTOR attribute can be set to PHONE or TABLET. The FLEET_TYPE // attribute can be set to PUBLIC or PRIVATE. // // Filters is a required field Filters []*DeviceFilter `locationName:"filters" type:"list" required:"true"` // The maximum number of devices to be included in a test run. // // MaxDevices is a required field MaxDevices *int64 `locationName:"maxDevices" type:"integer" required:"true"` // contains filtered or unexported fields }
Represents the device filters used in a test run and the maximum number of devices to be included in the run. It is passed in as the deviceSelectionConfiguration request parameter in ScheduleRun.
func (s DeviceSelectionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceSelectionConfiguration) SetFilters(v []*DeviceFilter) *DeviceSelectionConfiguration
SetFilters sets the Filters field's value.
func (s *DeviceSelectionConfiguration) SetMaxDevices(v int64) *DeviceSelectionConfiguration
SetMaxDevices sets the MaxDevices field's value.
func (s DeviceSelectionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceSelectionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeviceSelectionResult struct { // The filters in a device selection result. Filters []*DeviceFilter `locationName:"filters" type:"list"` // The number of devices that matched the device filter selection criteria. MatchedDevicesCount *int64 `locationName:"matchedDevicesCount" type:"integer"` // The maximum number of devices to be selected by a device filter and included // in a test run. MaxDevices *int64 `locationName:"maxDevices" type:"integer"` // contains filtered or unexported fields }
Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.
func (s DeviceSelectionResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeviceSelectionResult) SetFilters(v []*DeviceFilter) *DeviceSelectionResult
SetFilters sets the Filters field's value.
func (s *DeviceSelectionResult) SetMatchedDevicesCount(v int64) *DeviceSelectionResult
SetMatchedDevicesCount sets the MatchedDevicesCount field's value.
func (s *DeviceSelectionResult) SetMaxDevices(v int64) *DeviceSelectionResult
SetMaxDevices sets the MaxDevices field's value.
func (s DeviceSelectionResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExecutionConfiguration struct { // True if account cleanup is enabled at the beginning of the test. Otherwise, // false. AccountsCleanup *bool `locationName:"accountsCleanup" type:"boolean"` // True if app package cleanup is enabled at the beginning of the test. Otherwise, // false. AppPackagesCleanup *bool `locationName:"appPackagesCleanup" type:"boolean"` // The number of minutes a test run executes before it times out. JobTimeoutMinutes *int64 `locationName:"jobTimeoutMinutes" type:"integer"` // 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? (http://aws.amazon.com/device-farm/faqs/) in the AWS Device // Farm FAQs. SkipAppResign *bool `locationName:"skipAppResign" type:"boolean"` // Set to true to enable video capture. Otherwise, set to false. The default // is true. VideoCapture *bool `locationName:"videoCapture" type:"boolean"` // contains filtered or unexported fields }
Represents configuration information about a test run, such as the execution timeout (in minutes).
func (s ExecutionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExecutionConfiguration) SetAccountsCleanup(v bool) *ExecutionConfiguration
SetAccountsCleanup sets the AccountsCleanup field's value.
func (s *ExecutionConfiguration) SetAppPackagesCleanup(v bool) *ExecutionConfiguration
SetAppPackagesCleanup sets the AppPackagesCleanup field's value.
func (s *ExecutionConfiguration) SetJobTimeoutMinutes(v int64) *ExecutionConfiguration
SetJobTimeoutMinutes sets the JobTimeoutMinutes field's value.
func (s *ExecutionConfiguration) SetSkipAppResign(v bool) *ExecutionConfiguration
SetSkipAppResign sets the SkipAppResign field's value.
func (s *ExecutionConfiguration) SetVideoCapture(v bool) *ExecutionConfiguration
SetVideoCapture sets the VideoCapture field's value.
func (s ExecutionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAccountSettingsInput struct {
// contains filtered or unexported fields
}
Represents the request sent to retrieve the account settings.
func (s GetAccountSettingsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s GetAccountSettingsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAccountSettingsOutput struct { // The account settings. AccountSettings *AccountSettings `locationName:"accountSettings" type:"structure"` // contains filtered or unexported fields }
Represents the account settings return values from the GetAccountSettings request.
func (s GetAccountSettingsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAccountSettingsOutput) SetAccountSettings(v *AccountSettings) *GetAccountSettingsOutput
SetAccountSettings sets the AccountSettings field's value.
func (s GetAccountSettingsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDeviceInput struct { // The device type's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get device request.
func (s GetDeviceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceInput) SetArn(v string) *GetDeviceInput
SetArn sets the Arn field's value.
func (s GetDeviceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDeviceInstanceInput struct { // The Amazon Resource Name (ARN) of the instance you're requesting information // about. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetDeviceInstanceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceInstanceInput) SetArn(v string) *GetDeviceInstanceInput
SetArn sets the Arn field's value.
func (s GetDeviceInstanceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDeviceInstanceOutput struct { // An object that contains information about your device instance. DeviceInstance *DeviceInstance `locationName:"deviceInstance" type:"structure"` // contains filtered or unexported fields }
func (s GetDeviceInstanceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceInstanceOutput) SetDeviceInstance(v *DeviceInstance) *GetDeviceInstanceOutput
SetDeviceInstance sets the DeviceInstance field's value.
func (s GetDeviceInstanceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDeviceOutput struct { // An object that contains information about the requested device. Device *Device `locationName:"device" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get device request.
func (s GetDeviceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDeviceOutput) SetDevice(v *Device) *GetDeviceOutput
SetDevice sets the Device field's value.
func (s GetDeviceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDevicePoolCompatibilityInput struct { // The ARN of the app that is associated with the specified device pool. AppArn *string `locationName:"appArn" min:"32" type:"string"` // An object that contains information about the settings for a run. Configuration *ScheduleRunConfiguration `locationName:"configuration" type:"structure"` // The device pool's ARN. // // DevicePoolArn is a required field DevicePoolArn *string `locationName:"devicePoolArn" min:"32" type:"string" required:"true"` // Information about the uploaded test to be run against the device pool. Test *ScheduleRunTest `locationName:"test" type:"structure"` // The test type for the specified device pool. // // Allowed values include the following: // // * BUILTIN_FUZZ. // // * BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android // app, interacting with it and capturing screenshots at the same time. // // * APPIUM_JAVA_JUNIT. // // * APPIUM_JAVA_TESTNG. // // * APPIUM_PYTHON. // // * APPIUM_NODE. // // * APPIUM_RUBY. // // * APPIUM_WEB_JAVA_JUNIT. // // * APPIUM_WEB_JAVA_TESTNG. // // * APPIUM_WEB_PYTHON. // // * APPIUM_WEB_NODE. // // * APPIUM_WEB_RUBY. // // * CALABASH. // // * INSTRUMENTATION. // // * UIAUTOMATION. // // * UIAUTOMATOR. // // * XCTEST. // // * XCTEST_UI. TestType *string `locationName:"testType" type:"string" enum:"TestType"` // contains filtered or unexported fields }
Represents a request to the get device pool compatibility operation.
func (s GetDevicePoolCompatibilityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolCompatibilityInput) SetAppArn(v string) *GetDevicePoolCompatibilityInput
SetAppArn sets the AppArn field's value.
func (s *GetDevicePoolCompatibilityInput) SetConfiguration(v *ScheduleRunConfiguration) *GetDevicePoolCompatibilityInput
SetConfiguration sets the Configuration field's value.
func (s *GetDevicePoolCompatibilityInput) SetDevicePoolArn(v string) *GetDevicePoolCompatibilityInput
SetDevicePoolArn sets the DevicePoolArn field's value.
func (s *GetDevicePoolCompatibilityInput) SetTest(v *ScheduleRunTest) *GetDevicePoolCompatibilityInput
SetTest sets the Test field's value.
func (s *GetDevicePoolCompatibilityInput) SetTestType(v string) *GetDevicePoolCompatibilityInput
SetTestType sets the TestType field's value.
func (s GetDevicePoolCompatibilityInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolCompatibilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDevicePoolCompatibilityOutput struct { // Information about compatible devices. CompatibleDevices []*DevicePoolCompatibilityResult `locationName:"compatibleDevices" type:"list"` // Information about incompatible devices. IncompatibleDevices []*DevicePoolCompatibilityResult `locationName:"incompatibleDevices" type:"list"` // contains filtered or unexported fields }
Represents the result of describe device pool compatibility request.
func (s GetDevicePoolCompatibilityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolCompatibilityOutput) SetCompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
SetCompatibleDevices sets the CompatibleDevices field's value.
func (s *GetDevicePoolCompatibilityOutput) SetIncompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
SetIncompatibleDevices sets the IncompatibleDevices field's value.
func (s GetDevicePoolCompatibilityOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDevicePoolInput struct { // The device pool's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get device pool operation.
func (s GetDevicePoolInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolInput) SetArn(v string) *GetDevicePoolInput
SetArn sets the Arn field's value.
func (s GetDevicePoolInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDevicePoolOutput struct { // An object that contains information about the requested device pool. DevicePool *DevicePool `locationName:"devicePool" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get device pool request.
func (s GetDevicePoolOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDevicePoolOutput) SetDevicePool(v *DevicePool) *GetDevicePoolOutput
SetDevicePool sets the DevicePool field's value.
func (s GetDevicePoolOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetInstanceProfileInput struct { // The Amazon Resource Name (ARN) of an instance profile. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetInstanceProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInstanceProfileInput) SetArn(v string) *GetInstanceProfileInput
SetArn sets the Arn field's value.
func (s GetInstanceProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInstanceProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInstanceProfileOutput struct { // An object that contains information about an instance profile. InstanceProfile *InstanceProfile `locationName:"instanceProfile" type:"structure"` // contains filtered or unexported fields }
func (s GetInstanceProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInstanceProfileOutput) SetInstanceProfile(v *InstanceProfile) *GetInstanceProfileOutput
SetInstanceProfile sets the InstanceProfile field's value.
func (s GetInstanceProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetJobInput struct { // The job's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get job operation.
func (s GetJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetJobInput) SetArn(v string) *GetJobInput
SetArn sets the Arn field's value.
func (s GetJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetJobOutput struct { // An object that contains information about the requested job. Job *Job `locationName:"job" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get job request.
func (s GetJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetJobOutput) SetJob(v *Job) *GetJobOutput
SetJob sets the Job field's value.
func (s GetJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetNetworkProfileInput struct { // The ARN of the network profile to return information about. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetNetworkProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetNetworkProfileInput) SetArn(v string) *GetNetworkProfileInput
SetArn sets the Arn field's value.
func (s GetNetworkProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetNetworkProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetNetworkProfileOutput struct { // The network profile. NetworkProfile *NetworkProfile `locationName:"networkProfile" type:"structure"` // contains filtered or unexported fields }
func (s GetNetworkProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetNetworkProfileOutput) SetNetworkProfile(v *NetworkProfile) *GetNetworkProfileOutput
SetNetworkProfile sets the NetworkProfile field's value.
func (s GetNetworkProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOfferingStatusInput struct { // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the request to retrieve the offering status for the specified customer or account.
func (s GetOfferingStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOfferingStatusInput) SetNextToken(v string) *GetOfferingStatusInput
SetNextToken sets the NextToken field's value.
func (s GetOfferingStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOfferingStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOfferingStatusOutput struct { // When specified, gets the offering status for the current period. Current map[string]*OfferingStatus `locationName:"current" type:"map"` // When specified, gets the offering status for the next period. NextPeriod map[string]*OfferingStatus `locationName:"nextPeriod" type:"map"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Returns the status result for a device offering.
func (s GetOfferingStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOfferingStatusOutput) SetCurrent(v map[string]*OfferingStatus) *GetOfferingStatusOutput
SetCurrent sets the Current field's value.
func (s *GetOfferingStatusOutput) SetNextPeriod(v map[string]*OfferingStatus) *GetOfferingStatusOutput
SetNextPeriod sets the NextPeriod field's value.
func (s *GetOfferingStatusOutput) SetNextToken(v string) *GetOfferingStatusOutput
SetNextToken sets the NextToken field's value.
func (s GetOfferingStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetProjectInput struct { // The project's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get project operation.
func (s GetProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetProjectInput) SetArn(v string) *GetProjectInput
SetArn sets the Arn field's value.
func (s GetProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetProjectOutput struct { // The project to get information about. Project *Project `locationName:"project" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get project request.
func (s GetProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetProjectOutput) SetProject(v *Project) *GetProjectOutput
SetProject sets the Project field's value.
func (s GetProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRemoteAccessSessionInput struct { // The Amazon Resource Name (ARN) of the remote access session about which you // want to get session information. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents the request to get information about the specified remote access session.
func (s GetRemoteAccessSessionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRemoteAccessSessionInput) SetArn(v string) *GetRemoteAccessSessionInput
SetArn sets the Arn field's value.
func (s GetRemoteAccessSessionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRemoteAccessSessionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRemoteAccessSessionOutput struct { // A container that lists detailed information about the remote access session. RemoteAccessSession *RemoteAccessSession `locationName:"remoteAccessSession" type:"structure"` // contains filtered or unexported fields }
Represents the response from the server that lists detailed information about the remote access session.
func (s GetRemoteAccessSessionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRemoteAccessSessionOutput) SetRemoteAccessSession(v *RemoteAccessSession) *GetRemoteAccessSessionOutput
SetRemoteAccessSession sets the RemoteAccessSession field's value.
func (s GetRemoteAccessSessionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRunInput struct { // The run's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get run operation.
func (s GetRunInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunInput) SetArn(v string) *GetRunInput
SetArn sets the Arn field's value.
func (s GetRunInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRunOutput struct { // The run to get results from. Run *Run `locationName:"run" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get run request.
func (s GetRunOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunOutput) SetRun(v *Run) *GetRunOutput
SetRun sets the Run field's value.
func (s GetRunOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSuiteInput struct { // The suite's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get suite operation.
func (s GetSuiteInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSuiteInput) SetArn(v string) *GetSuiteInput
SetArn sets the Arn field's value.
func (s GetSuiteInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSuiteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSuiteOutput struct { // A collection of one or more tests. Suite *Suite `locationName:"suite" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get suite request.
func (s GetSuiteOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSuiteOutput) SetSuite(v *Suite) *GetSuiteOutput
SetSuite sets the Suite field's value.
func (s GetSuiteOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetTestGridProjectInput struct { // The ARN of the Selenium testing project, from either CreateTestGridProject // or ListTestGridProjects. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetTestGridProjectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridProjectInput) SetProjectArn(v string) *GetTestGridProjectInput
SetProjectArn sets the ProjectArn field's value.
func (s GetTestGridProjectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTestGridProjectOutput struct { // A TestGridProject. TestGridProject *TestGridProject `locationName:"testGridProject" type:"structure"` // contains filtered or unexported fields }
func (s GetTestGridProjectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridProjectOutput) SetTestGridProject(v *TestGridProject) *GetTestGridProjectOutput
SetTestGridProject sets the TestGridProject field's value.
func (s GetTestGridProjectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetTestGridSessionInput struct { // The ARN for the project that this session belongs to. See CreateTestGridProject // and ListTestGridProjects. ProjectArn *string `locationName:"projectArn" min:"32" type:"string"` // An ARN that uniquely identifies a TestGridSession. SessionArn *string `locationName:"sessionArn" min:"32" type:"string"` // An ID associated with this session. SessionId *string `locationName:"sessionId" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetTestGridSessionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridSessionInput) SetProjectArn(v string) *GetTestGridSessionInput
SetProjectArn sets the ProjectArn field's value.
func (s *GetTestGridSessionInput) SetSessionArn(v string) *GetTestGridSessionInput
SetSessionArn sets the SessionArn field's value.
func (s *GetTestGridSessionInput) SetSessionId(v string) *GetTestGridSessionInput
SetSessionId sets the SessionId field's value.
func (s GetTestGridSessionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridSessionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTestGridSessionOutput struct { // The TestGridSession that was requested. TestGridSession *TestGridSession `locationName:"testGridSession" type:"structure"` // contains filtered or unexported fields }
func (s GetTestGridSessionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestGridSessionOutput) SetTestGridSession(v *TestGridSession) *GetTestGridSessionOutput
SetTestGridSession sets the TestGridSession field's value.
func (s GetTestGridSessionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetTestInput struct { // The test's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get test operation.
func (s GetTestInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestInput) SetArn(v string) *GetTestInput
SetArn sets the Arn field's value.
func (s GetTestInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTestOutput struct { // A test condition that is evaluated. Test *Test `locationName:"test" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get test request.
func (s GetTestOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetTestOutput) SetTest(v *Test) *GetTestOutput
SetTest sets the Test field's value.
func (s GetTestOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetUploadInput struct { // The upload's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents a request to the get upload operation.
func (s GetUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetUploadInput) SetArn(v string) *GetUploadInput
SetArn sets the Arn field's value.
func (s GetUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetUploadOutput struct { // An app or a set of one or more tests to upload or that have been uploaded. Upload *Upload `locationName:"upload" type:"structure"` // contains filtered or unexported fields }
Represents the result of a get upload request.
func (s GetUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetUploadOutput) SetUpload(v *Upload) *GetUploadOutput
SetUpload sets the Upload field's value.
func (s GetUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetVPCEConfigurationInput struct { // The Amazon Resource Name (ARN) of the VPC endpoint configuration you want // to describe. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetVPCEConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVPCEConfigurationInput) SetArn(v string) *GetVPCEConfigurationInput
SetArn sets the Arn field's value.
func (s GetVPCEConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVPCEConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetVPCEConfigurationOutput struct { // An object that contains information about your VPC endpoint configuration. VpceConfiguration *VPCEConfiguration `locationName:"vpceConfiguration" type:"structure"` // contains filtered or unexported fields }
func (s GetVPCEConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVPCEConfigurationOutput) SetVpceConfiguration(v *VPCEConfiguration) *GetVPCEConfigurationOutput
SetVpceConfiguration sets the VpceConfiguration field's value.
func (s GetVPCEConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdempotencyException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Any additional information about the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An entity with the same name already exists.
func (s *IdempotencyException) Code() string
Code returns the exception type name.
func (s *IdempotencyException) Error() string
func (s IdempotencyException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *IdempotencyException) Message() string
Message returns the exception's message.
func (s *IdempotencyException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *IdempotencyException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *IdempotencyException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s IdempotencyException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IncompatibilityMessage struct { // A message about the incompatibility. Message *string `locationName:"message" type:"string"` // The type of incompatibility. // // Allowed values include: // // * ARN // // * FORM_FACTOR (for example, phone or tablet) // // * MANUFACTURER // // * PLATFORM (for example, Android or iOS) // // * REMOTE_ACCESS_ENABLED // // * APPIUM_VERSION Type *string `locationName:"type" type:"string" enum:"DeviceAttribute"` // contains filtered or unexported fields }
Represents information about incompatibility.
func (s IncompatibilityMessage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *IncompatibilityMessage) SetMessage(v string) *IncompatibilityMessage
SetMessage sets the Message field's value.
func (s *IncompatibilityMessage) SetType(v string) *IncompatibilityMessage
SetType sets the Type field's value.
func (s IncompatibilityMessage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InstallToRemoteAccessSessionInput struct { // The ARN of the app about which you are requesting information. // // AppArn is a required field AppArn *string `locationName:"appArn" min:"32" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the remote access session about which you // are requesting information. // // RemoteAccessSessionArn is a required field RemoteAccessSessionArn *string `locationName:"remoteAccessSessionArn" min:"32" type:"string" required:"true"` // contains filtered or unexported fields }
Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
func (s InstallToRemoteAccessSessionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstallToRemoteAccessSessionInput) SetAppArn(v string) *InstallToRemoteAccessSessionInput
SetAppArn sets the AppArn field's value.
func (s *InstallToRemoteAccessSessionInput) SetRemoteAccessSessionArn(v string) *InstallToRemoteAccessSessionInput
SetRemoteAccessSessionArn sets the RemoteAccessSessionArn field's value.
func (s InstallToRemoteAccessSessionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstallToRemoteAccessSessionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InstallToRemoteAccessSessionOutput struct { // An app to upload or that has been uploaded. AppUpload *Upload `locationName:"appUpload" type:"structure"` // contains filtered or unexported fields }
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
func (s InstallToRemoteAccessSessionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstallToRemoteAccessSessionOutput) SetAppUpload(v *Upload) *InstallToRemoteAccessSessionOutput
SetAppUpload sets the AppUpload field's value.
func (s InstallToRemoteAccessSessionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InstanceProfile struct { // The Amazon Resource Name (ARN) of the instance profile. Arn *string `locationName:"arn" min:"32" type:"string"` // The description of the instance profile. Description *string `locationName:"description" type:"string"` // An array of strings containing the list of app packages that should not be // cleaned up from the device after a test run completes. // // The list of packages is considered only if you set packageCleanup to true. ExcludeAppPackagesFromCleanup []*string `locationName:"excludeAppPackagesFromCleanup" type:"list"` // The name of the instance profile. Name *string `locationName:"name" type:"string"` // When set to true, Device Farm removes app packages after a test run. The // default value is false for private devices. PackageCleanup *bool `locationName:"packageCleanup" type:"boolean"` // When set to true, Device Farm reboots the instance after a test run. The // default value is true. RebootAfterUse *bool `locationName:"rebootAfterUse" type:"boolean"` // contains filtered or unexported fields }
Represents the instance profile.
func (s InstanceProfile) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstanceProfile) SetArn(v string) *InstanceProfile
SetArn sets the Arn field's value.
func (s *InstanceProfile) SetDescription(v string) *InstanceProfile
SetDescription sets the Description field's value.
func (s *InstanceProfile) SetExcludeAppPackagesFromCleanup(v []*string) *InstanceProfile
SetExcludeAppPackagesFromCleanup sets the ExcludeAppPackagesFromCleanup field's value.
func (s *InstanceProfile) SetName(v string) *InstanceProfile
SetName sets the Name field's value.
func (s *InstanceProfile) SetPackageCleanup(v bool) *InstanceProfile
SetPackageCleanup sets the PackageCleanup field's value.
func (s *InstanceProfile) SetRebootAfterUse(v bool) *InstanceProfile
SetRebootAfterUse sets the RebootAfterUse field's value.
func (s InstanceProfile) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServiceException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
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.
func (s *InternalServiceException) Code() string
Code returns the exception type name.
func (s *InternalServiceException) Error() string
func (s InternalServiceException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InternalServiceException) Message() string
Message returns the exception's message.
func (s *InternalServiceException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServiceException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InternalServiceException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InternalServiceException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidOperationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.
func (s *InvalidOperationException) Code() string
Code returns the exception type name.
func (s *InvalidOperationException) Error() string
func (s InvalidOperationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InvalidOperationException) Message() string
Message returns the exception's message.
func (s *InvalidOperationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidOperationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidOperationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InvalidOperationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Job struct { // The job's ARN. Arn *string `locationName:"arn" min:"32" type:"string"` // The job's result counters. Counters *Counters `locationName:"counters" type:"structure"` // When the job was created. Created *time.Time `locationName:"created" type:"timestamp"` // The device (phone or tablet). Device *Device `locationName:"device" type:"structure"` // Represents the total (metered or unmetered) minutes used by the job. DeviceMinutes *DeviceMinutes `locationName:"deviceMinutes" type:"structure"` // The ARN of the instance. InstanceArn *string `locationName:"instanceArn" min:"32" type:"string"` // A message about the job's result. Message *string `locationName:"message" type:"string"` // The job's name. Name *string `locationName:"name" type:"string"` // The job's result. // // Allowed values include: // // * PENDING // // * PASSED // // * WARNED // // * FAILED // // * SKIPPED // // * ERRORED // // * STOPPED Result *string `locationName:"result" type:"string" enum:"ExecutionResult"` // The job's start time. Started *time.Time `locationName:"started" type:"timestamp"` // The job's status. // // Allowed values include: // // * PENDING // // * PENDING_CONCURRENCY // // * PENDING_DEVICE // // * PROCESSING // // * SCHEDULING // // * PREPARING // // * RUNNING // // * COMPLETED // // * STOPPING Status *string `locationName:"status" type:"string" enum:"ExecutionStatus"` // The job's stop time. Stopped *time.Time `locationName:"stopped" type:"timestamp"` // The job's type. // // Allowed values include the following: // // * BUILTIN_FUZZ // // * BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android // app, interacting with it and capturing screenshots at the same time. // // * APPIUM_JAVA_JUNIT // // * APPIUM_JAVA_TESTNG // // * APPIUM_PYTHON // // * APPIUM_NODE // // * APPIUM_RUBY // // * APPIUM_WEB_JAVA_JUNIT // // * APPIUM_WEB_JAVA_TESTNG // // * APPIUM_WEB_PYTHON // // * APPIUM_WEB_NODE // // * APPIUM_WEB_RUBY // // * CALABASH // // * INSTRUMENTATION // // * UIAUTOMATION // // * UIAUTOMATOR // // * XCTEST // // * XCTEST_UI Type *string `locationName:"type" type:"string" enum:"TestType"` // This value is set to true if video capture is enabled. Otherwise, it is set // to false. VideoCapture *bool `locationName:"videoCapture" type:"boolean"` // The endpoint for streaming device video. VideoEndpoint *string `locationName:"videoEndpoint" type:"string"` // contains filtered or unexported fields }
Represents a device.
func (s Job) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Job) SetArn(v string) *Job
SetArn sets the Arn field's value.
func (s *Job) SetCounters(v *Counters) *Job
SetCounters sets the Counters field's value.
func (s *Job) SetCreated(v time.Time) *Job
SetCreated sets the Created field's value.
func (s *Job) SetDevice(v *Device) *Job
SetDevice sets the Device field's value.
func (s *Job) SetDeviceMinutes(v *DeviceMinutes) *Job
SetDeviceMinutes sets the DeviceMinutes field's value.
func (s *Job) SetInstanceArn(v string) *Job
SetInstanceArn sets the InstanceArn field's value.
func (s *Job) SetMessage(v string) *Job
SetMessage sets the Message field's value.
func (s *Job) SetName(v string) *Job
SetName sets the Name field's value.
func (s *Job) SetResult(v string) *Job
SetResult sets the Result field's value.
func (s *Job) SetStarted(v time.Time) *Job
SetStarted sets the Started field's value.
func (s *Job) SetStatus(v string) *Job
SetStatus sets the Status field's value.
func (s *Job) SetStopped(v time.Time) *Job
SetStopped sets the Stopped field's value.
func (s *Job) SetType(v string) *Job
SetType sets the Type field's value.
func (s *Job) SetVideoCapture(v bool) *Job
SetVideoCapture sets the VideoCapture field's value.
func (s *Job) SetVideoEndpoint(v string) *Job
SetVideoEndpoint sets the VideoEndpoint field's value.
func (s Job) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Any additional information about the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A limit was exceeded.
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (s *LimitExceededException) Error() string
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListArtifactsInput struct { // The run, job, suite, or test ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // The artifacts' type. // // Allowed values include: // // * FILE // // * LOG // // * SCREENSHOT // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"ArtifactCategory"` // contains filtered or unexported fields }
Represents a request to the list artifacts operation.
func (s ListArtifactsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListArtifactsInput) SetArn(v string) *ListArtifactsInput
SetArn sets the Arn field's value.
func (s *ListArtifactsInput) SetNextToken(v string) *ListArtifactsInput
SetNextToken sets the NextToken field's value.
func (s *ListArtifactsInput) SetType(v string) *ListArtifactsInput
SetType sets the Type field's value.
func (s ListArtifactsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListArtifactsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListArtifactsOutput struct { // Information about the artifacts. Artifacts []*Artifact `locationName:"artifacts" type:"list"` // If the number of items that are returned is significantly large, this is // an identifier that is also returned. It can be used in a subsequent call // to this operation to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the result of a list artifacts operation.
func (s ListArtifactsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListArtifactsOutput) SetArtifacts(v []*Artifact) *ListArtifactsOutput
SetArtifacts sets the Artifacts field's value.
func (s *ListArtifactsOutput) SetNextToken(v string) *ListArtifactsOutput
SetNextToken sets the NextToken field's value.
func (s ListArtifactsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDeviceInstancesInput struct { // An integer that specifies the maximum number of items you want to return // in the API response. MaxResults *int64 `locationName:"maxResults" type:"integer"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
func (s ListDeviceInstancesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDeviceInstancesInput) SetMaxResults(v int64) *ListDeviceInstancesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListDeviceInstancesInput) SetNextToken(v string) *ListDeviceInstancesInput
SetNextToken sets the NextToken field's value.
func (s ListDeviceInstancesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDeviceInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDeviceInstancesOutput struct { // An object that contains information about your device instances. DeviceInstances []*DeviceInstance `locationName:"deviceInstances" type:"list"` // An identifier that can be used in the next call to this operation to return // the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
func (s ListDeviceInstancesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDeviceInstancesOutput) SetDeviceInstances(v []*DeviceInstance) *ListDeviceInstancesOutput
SetDeviceInstances sets the DeviceInstances field's value.
func (s *ListDeviceInstancesOutput) SetNextToken(v string) *ListDeviceInstancesOutput
SetNextToken sets the NextToken field's value.
func (s ListDeviceInstancesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDevicePoolsInput struct { // The project ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // The device pools' type. // // Allowed values include: // // * CURATED: A device pool that is created and managed by AWS Device Farm. // // * PRIVATE: A device pool that is created and managed by the device pool // developer. Type *string `locationName:"type" type:"string" enum:"DevicePoolType"` // contains filtered or unexported fields }
Represents the result of a list device pools request.
func (s ListDevicePoolsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicePoolsInput) SetArn(v string) *ListDevicePoolsInput
SetArn sets the Arn field's value.
func (s *ListDevicePoolsInput) SetNextToken(v string) *ListDevicePoolsInput
SetNextToken sets the NextToken field's value.
func (s *ListDevicePoolsInput) SetType(v string) *ListDevicePoolsInput
SetType sets the Type field's value.
func (s ListDevicePoolsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicePoolsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDevicePoolsOutput struct { // Information about the device pools. DevicePools []*DevicePool `locationName:"devicePools" type:"list"` // If the number of items that are returned is significantly large, this is // an identifier that is also returned. It can be used in a subsequent call // to this operation to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the result of a list device pools request.
func (s ListDevicePoolsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicePoolsOutput) SetDevicePools(v []*DevicePool) *ListDevicePoolsOutput
SetDevicePools sets the DevicePools field's value.
func (s *ListDevicePoolsOutput) SetNextToken(v string) *ListDevicePoolsOutput
SetNextToken sets the NextToken field's value.
func (s ListDevicePoolsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDevicesInput struct { // The Amazon Resource Name (ARN) of the project. Arn *string `locationName:"arn" min:"32" type:"string"` // Used to select a set of devices. A filter is made up of an attribute, an // operator, and one or more values. // // * Attribute: The aspect of a device such as platform or model used as // the selection criteria in a device filter. Allowed values include: ARN: // The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example). // PLATFORM: The device platform. Valid values are ANDROID or IOS. OS_VERSION: // The operating system version (for example, 10.3.2). MODEL: The device // model (for example, iPad 5th Gen). AVAILABILITY: The current availability // of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or // TEMPORARY_NOT_AVAILABLE. FORM_FACTOR: The device form factor. Valid values // are PHONE or TABLET. MANUFACTURER: The device manufacturer (for example, // Apple). REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote // access. Valid values are TRUE or FALSE. REMOTE_DEBUG_ENABLED: Whether // the device is enabled for remote debugging. Valid values are TRUE or FALSE. // Because remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html), // this attribute is ignored. INSTANCE_ARN: The Amazon Resource Name (ARN) // of the device instance. INSTANCE_LABELS: The label of the device instance. // FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE. // // * Operator: The filter operator. The EQUALS operator is available for // every attribute except INSTANCE_LABELS. The CONTAINS operator is available // for the INSTANCE_LABELS and MODEL attributes. The IN and NOT_IN operators // are available for the ARN, OS_VERSION, MODEL, MANUFACTURER, and INSTANCE_ARN // attributes. The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and GREATER_THAN_OR_EQUALS // operators are also available for the OS_VERSION attribute. // // * Values: An array of one or more filter values. The IN and NOT_IN operators // take a values array that has one or more elements. The other operators // require an array with a single element. In a request, the AVAILABILITY // attribute takes the following values: AVAILABLE, HIGHLY_AVAILABLE, BUSY, // or TEMPORARY_NOT_AVAILABLE. Filters []*DeviceFilter `locationName:"filters" type:"list"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the result of a list devices request.
func (s ListDevicesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicesInput) SetArn(v string) *ListDevicesInput
SetArn sets the Arn field's value.
func (s *ListDevicesInput) SetFilters(v []*DeviceFilter) *ListDevicesInput
SetFilters sets the Filters field's value.
func (s *ListDevicesInput) SetNextToken(v string) *ListDevicesInput
SetNextToken sets the NextToken field's value.
func (s ListDevicesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDevicesOutput struct { // Information about the devices. Devices []*Device `locationName:"devices" type:"list"` // If the number of items that are returned is significantly large, this is // an identifier that is also returned. It can be used in a subsequent call // to this operation to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the result of a list devices operation.
func (s ListDevicesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListDevicesOutput) SetDevices(v []*Device) *ListDevicesOutput
SetDevices sets the Devices field's value.
func (s *ListDevicesOutput) SetNextToken(v string) *ListDevicesOutput
SetNextToken sets the NextToken field's value.
func (s ListDevicesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListInstanceProfilesInput struct { // An integer that specifies the maximum number of items you want to return // in the API response. MaxResults *int64 `locationName:"maxResults" type:"integer"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
func (s ListInstanceProfilesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListInstanceProfilesInput) SetMaxResults(v int64) *ListInstanceProfilesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListInstanceProfilesInput) SetNextToken(v string) *ListInstanceProfilesInput
SetNextToken sets the NextToken field's value.
func (s ListInstanceProfilesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListInstanceProfilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInstanceProfilesOutput struct { // An object that contains information about your instance profiles. InstanceProfiles []*InstanceProfile `locationName:"instanceProfiles" type:"list"` // An identifier that can be used in the next call to this operation to return // the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
func (s ListInstanceProfilesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListInstanceProfilesOutput) SetInstanceProfiles(v []*InstanceProfile) *ListInstanceProfilesOutput
SetInstanceProfiles sets the InstanceProfiles field's value.
func (s *ListInstanceProfilesOutput) SetNextToken(v string) *ListInstanceProfilesOutput
SetNextToken sets the NextToken field's value.
func (s ListInstanceProfilesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListJobsInput struct { // The run's Amazon Resource Name (ARN). // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents a request to the list jobs operation.
func (s ListJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListJobsInput) SetArn(v string) *ListJobsInput
SetArn sets the Arn field's value.
func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput
SetNextToken sets the NextToken field's value.
func (s ListJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListJobsOutput struct { // Information about the jobs. Jobs []*Job `locationName:"jobs" type:"list"` // If the number of items that are returned is significantly large, this is // an identifier that is also returned. It can be used in a subsequent call // to this operation to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // contains filtered or unexported fields }
Represents the result of a list jobs request.
func (s ListJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListJobsOutput) SetJobs(v []*Job) *ListJobsOutput
SetJobs sets the Jobs field's value.
func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListNetworkProfilesInput struct { // The Amazon Resource Name (ARN) of the project for which you want to list // network profiles. // // Arn is a required field Arn *string `locationName:"arn" min:"32" type:"string" required:"true"` // An identifier that was returned from the previous call to this operation, // which can be used to return the next set of items in the list. NextToken *string `locationName:"nextToken" min:"4" type:"string"` // The type of network profile to return information about. Valid values are // listed here. Type *string `locationName:"type" type:"string" enum:"NetworkProfileType"` // contains filtered or unexported fields }
func (s ListNetworkProfilesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListNetworkProfilesInput) SetArn(v string) *ListNetworkProfilesInput
SetArn sets the Arn field's value.
func (s *ListNetworkProfilesInput) SetNextToken(v string) *ListNetworkProfilesInput
SetNextToken sets the NextToken field's value.
func (s *ListNetworkProfilesInput) SetType(v string) *ListNetworkProfilesInput
SetType sets the Type field's value.
func (s ListNetworkProfilesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListNetworkProfilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListNetworkProfilesOutput struct {
// A list of the available network profiles.
NetworkPr