{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.DeviceFarm.Lens
(
listProjects_arn,
listProjects_nextToken,
listProjectsResponse_nextToken,
listProjectsResponse_projects,
listProjectsResponse_httpStatus,
deleteProject_arn,
deleteProjectResponse_httpStatus,
updateProject_name,
updateProject_defaultJobTimeoutMinutes,
updateProject_arn,
updateProjectResponse_project,
updateProjectResponse_httpStatus,
updateNetworkProfile_uplinkJitterMs,
updateNetworkProfile_uplinkLossPercent,
updateNetworkProfile_downlinkJitterMs,
updateNetworkProfile_name,
updateNetworkProfile_downlinkLossPercent,
updateNetworkProfile_type,
updateNetworkProfile_uplinkDelayMs,
updateNetworkProfile_uplinkBandwidthBits,
updateNetworkProfile_description,
updateNetworkProfile_downlinkDelayMs,
updateNetworkProfile_downlinkBandwidthBits,
updateNetworkProfile_arn,
updateNetworkProfileResponse_networkProfile,
updateNetworkProfileResponse_httpStatus,
deleteNetworkProfile_arn,
deleteNetworkProfileResponse_httpStatus,
getDevicePoolCompatibility_test,
getDevicePoolCompatibility_appArn,
getDevicePoolCompatibility_configuration,
getDevicePoolCompatibility_testType,
getDevicePoolCompatibility_devicePoolArn,
getDevicePoolCompatibilityResponse_incompatibleDevices,
getDevicePoolCompatibilityResponse_compatibleDevices,
getDevicePoolCompatibilityResponse_httpStatus,
installToRemoteAccessSession_remoteAccessSessionArn,
installToRemoteAccessSession_appArn,
installToRemoteAccessSessionResponse_appUpload,
installToRemoteAccessSessionResponse_httpStatus,
listTests_nextToken,
listTests_arn,
listTestsResponse_tests,
listTestsResponse_nextToken,
listTestsResponse_httpStatus,
listArtifacts_nextToken,
listArtifacts_arn,
listArtifacts_type,
listArtifactsResponse_artifacts,
listArtifactsResponse_nextToken,
listArtifactsResponse_httpStatus,
listTestGridSessionActions_maxResult,
listTestGridSessionActions_nextToken,
listTestGridSessionActions_sessionArn,
listTestGridSessionActionsResponse_actions,
listTestGridSessionActionsResponse_nextToken,
listTestGridSessionActionsResponse_httpStatus,
createUpload_contentType,
createUpload_projectArn,
createUpload_name,
createUpload_type,
createUploadResponse_upload,
createUploadResponse_httpStatus,
getDeviceInstance_arn,
getDeviceInstanceResponse_deviceInstance,
getDeviceInstanceResponse_httpStatus,
stopJob_arn,
stopJobResponse_job,
stopJobResponse_httpStatus,
deleteRemoteAccessSession_arn,
deleteRemoteAccessSessionResponse_httpStatus,
listTestGridSessionArtifacts_maxResult,
listTestGridSessionArtifacts_nextToken,
listTestGridSessionArtifacts_type,
listTestGridSessionArtifacts_sessionArn,
listTestGridSessionArtifactsResponse_artifacts,
listTestGridSessionArtifactsResponse_nextToken,
listTestGridSessionArtifactsResponse_httpStatus,
listTestGridProjects_maxResult,
listTestGridProjects_nextToken,
listTestGridProjectsResponse_testGridProjects,
listTestGridProjectsResponse_nextToken,
listTestGridProjectsResponse_httpStatus,
deleteUpload_arn,
deleteUploadResponse_httpStatus,
updateUpload_editContent,
updateUpload_name,
updateUpload_contentType,
updateUpload_arn,
updateUploadResponse_upload,
updateUploadResponse_httpStatus,
deleteTestGridProject_projectArn,
deleteTestGridProjectResponse_httpStatus,
updateTestGridProject_name,
updateTestGridProject_vpcConfig,
updateTestGridProject_description,
updateTestGridProject_projectArn,
updateTestGridProjectResponse_testGridProject,
updateTestGridProjectResponse_httpStatus,
listTagsForResource_resourceARN,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
getDevicePool_arn,
getDevicePoolResponse_devicePool,
getDevicePoolResponse_httpStatus,
listDevicePools_nextToken,
listDevicePools_type,
listDevicePools_arn,
listDevicePoolsResponse_devicePools,
listDevicePoolsResponse_nextToken,
listDevicePoolsResponse_httpStatus,
updateDevicePool_rules,
updateDevicePool_clearMaxDevices,
updateDevicePool_name,
updateDevicePool_maxDevices,
updateDevicePool_description,
updateDevicePool_arn,
updateDevicePoolResponse_devicePool,
updateDevicePoolResponse_httpStatus,
deleteDevicePool_arn,
deleteDevicePoolResponse_httpStatus,
getUpload_arn,
getUploadResponse_upload,
getUploadResponse_httpStatus,
listOfferingTransactions_nextToken,
listOfferingTransactionsResponse_offeringTransactions,
listOfferingTransactionsResponse_nextToken,
listOfferingTransactionsResponse_httpStatus,
createDevicePool_maxDevices,
createDevicePool_description,
createDevicePool_projectArn,
createDevicePool_name,
createDevicePool_rules,
createDevicePoolResponse_devicePool,
createDevicePoolResponse_httpStatus,
deleteRun_arn,
deleteRunResponse_httpStatus,
listRuns_nextToken,
listRuns_arn,
listRunsResponse_runs,
listRunsResponse_nextToken,
listRunsResponse_httpStatus,
getTest_arn,
getTestResponse_test,
getTestResponse_httpStatus,
updateDeviceInstance_profileArn,
updateDeviceInstance_labels,
updateDeviceInstance_arn,
updateDeviceInstanceResponse_deviceInstance,
updateDeviceInstanceResponse_httpStatus,
getNetworkProfile_arn,
getNetworkProfileResponse_networkProfile,
getNetworkProfileResponse_httpStatus,
renewOffering_offeringId,
renewOffering_quantity,
renewOfferingResponse_offeringTransaction,
renewOfferingResponse_httpStatus,
deleteInstanceProfile_arn,
deleteInstanceProfileResponse_httpStatus,
updateInstanceProfile_rebootAfterUse,
updateInstanceProfile_name,
updateInstanceProfile_packageCleanup,
updateInstanceProfile_excludeAppPackagesFromCleanup,
updateInstanceProfile_description,
updateInstanceProfile_arn,
updateInstanceProfileResponse_instanceProfile,
updateInstanceProfileResponse_httpStatus,
createInstanceProfile_rebootAfterUse,
createInstanceProfile_packageCleanup,
createInstanceProfile_excludeAppPackagesFromCleanup,
createInstanceProfile_description,
createInstanceProfile_name,
createInstanceProfileResponse_instanceProfile,
createInstanceProfileResponse_httpStatus,
getDevice_arn,
getDeviceResponse_device,
getDeviceResponse_httpStatus,
listJobs_nextToken,
listJobs_arn,
listJobsResponse_jobs,
listJobsResponse_nextToken,
listJobsResponse_httpStatus,
getTestGridSession_sessionArn,
getTestGridSession_projectArn,
getTestGridSession_sessionId,
getTestGridSessionResponse_testGridSession,
getTestGridSessionResponse_httpStatus,
getVPCEConfiguration_arn,
getVPCEConfigurationResponse_vpceConfiguration,
getVPCEConfigurationResponse_httpStatus,
stopRemoteAccessSession_arn,
stopRemoteAccessSessionResponse_remoteAccessSession,
stopRemoteAccessSessionResponse_httpStatus,
createNetworkProfile_uplinkJitterMs,
createNetworkProfile_uplinkLossPercent,
createNetworkProfile_downlinkJitterMs,
createNetworkProfile_downlinkLossPercent,
createNetworkProfile_type,
createNetworkProfile_uplinkDelayMs,
createNetworkProfile_uplinkBandwidthBits,
createNetworkProfile_description,
createNetworkProfile_downlinkDelayMs,
createNetworkProfile_downlinkBandwidthBits,
createNetworkProfile_projectArn,
createNetworkProfile_name,
createNetworkProfileResponse_networkProfile,
createNetworkProfileResponse_httpStatus,
deleteVPCEConfiguration_arn,
deleteVPCEConfigurationResponse_httpStatus,
updateVPCEConfiguration_vpceServiceName,
updateVPCEConfiguration_vpceConfigurationName,
updateVPCEConfiguration_serviceDnsName,
updateVPCEConfiguration_vpceConfigurationDescription,
updateVPCEConfiguration_arn,
updateVPCEConfigurationResponse_vpceConfiguration,
updateVPCEConfigurationResponse_httpStatus,
getJob_arn,
getJobResponse_job,
getJobResponse_httpStatus,
getInstanceProfile_arn,
getInstanceProfileResponse_instanceProfile,
getInstanceProfileResponse_httpStatus,
listNetworkProfiles_nextToken,
listNetworkProfiles_type,
listNetworkProfiles_arn,
listNetworkProfilesResponse_networkProfiles,
listNetworkProfilesResponse_nextToken,
listNetworkProfilesResponse_httpStatus,
createVPCEConfiguration_vpceConfigurationDescription,
createVPCEConfiguration_vpceConfigurationName,
createVPCEConfiguration_vpceServiceName,
createVPCEConfiguration_serviceDnsName,
createVPCEConfigurationResponse_vpceConfiguration,
createVPCEConfigurationResponse_httpStatus,
scheduleRun_executionConfiguration,
scheduleRun_deviceSelectionConfiguration,
scheduleRun_appArn,
scheduleRun_name,
scheduleRun_configuration,
scheduleRun_devicePoolArn,
scheduleRun_projectArn,
scheduleRun_test,
scheduleRunResponse_run,
scheduleRunResponse_httpStatus,
createTestGridProject_vpcConfig,
createTestGridProject_description,
createTestGridProject_name,
createTestGridProjectResponse_testGridProject,
createTestGridProjectResponse_httpStatus,
getRun_arn,
getRunResponse_run,
getRunResponse_httpStatus,
listSamples_nextToken,
listSamples_arn,
listSamplesResponse_nextToken,
listSamplesResponse_samples,
listSamplesResponse_httpStatus,
listSuites_nextToken,
listSuites_arn,
listSuitesResponse_nextToken,
listSuitesResponse_suites,
listSuitesResponse_httpStatus,
listRemoteAccessSessions_nextToken,
listRemoteAccessSessions_arn,
listRemoteAccessSessionsResponse_nextToken,
listRemoteAccessSessionsResponse_remoteAccessSessions,
listRemoteAccessSessionsResponse_httpStatus,
getAccountSettingsResponse_accountSettings,
getAccountSettingsResponse_httpStatus,
createRemoteAccessSession_clientId,
createRemoteAccessSession_skipAppResign,
createRemoteAccessSession_instanceArn,
createRemoteAccessSession_remoteRecordEnabled,
createRemoteAccessSession_remoteRecordAppArn,
createRemoteAccessSession_sshPublicKey,
createRemoteAccessSession_name,
createRemoteAccessSession_remoteDebugEnabled,
createRemoteAccessSession_configuration,
createRemoteAccessSession_interactionMode,
createRemoteAccessSession_projectArn,
createRemoteAccessSession_deviceArn,
createRemoteAccessSessionResponse_remoteAccessSession,
createRemoteAccessSessionResponse_httpStatus,
listOfferingPromotions_nextToken,
listOfferingPromotionsResponse_nextToken,
listOfferingPromotionsResponse_offeringPromotions,
listOfferingPromotionsResponse_httpStatus,
getOfferingStatus_nextToken,
getOfferingStatusResponse_nextPeriod,
getOfferingStatusResponse_current,
getOfferingStatusResponse_nextToken,
getOfferingStatusResponse_httpStatus,
listUploads_nextToken,
listUploads_type,
listUploads_arn,
listUploadsResponse_nextToken,
listUploadsResponse_uploads,
listUploadsResponse_httpStatus,
getTestGridProject_projectArn,
getTestGridProjectResponse_testGridProject,
getTestGridProjectResponse_httpStatus,
getSuite_arn,
getSuiteResponse_suite,
getSuiteResponse_httpStatus,
tagResource_resourceARN,
tagResource_tags,
tagResourceResponse_httpStatus,
getRemoteAccessSession_arn,
getRemoteAccessSessionResponse_remoteAccessSession,
getRemoteAccessSessionResponse_httpStatus,
listDeviceInstances_nextToken,
listDeviceInstances_maxResults,
listDeviceInstancesResponse_nextToken,
listDeviceInstancesResponse_deviceInstances,
listDeviceInstancesResponse_httpStatus,
purchaseOffering_offeringPromotionId,
purchaseOffering_offeringId,
purchaseOffering_quantity,
purchaseOfferingResponse_offeringTransaction,
purchaseOfferingResponse_httpStatus,
listInstanceProfiles_nextToken,
listInstanceProfiles_maxResults,
listInstanceProfilesResponse_nextToken,
listInstanceProfilesResponse_instanceProfiles,
listInstanceProfilesResponse_httpStatus,
untagResource_resourceARN,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
getProject_arn,
getProjectResponse_project,
getProjectResponse_httpStatus,
listUniqueProblems_nextToken,
listUniqueProblems_arn,
listUniqueProblemsResponse_nextToken,
listUniqueProblemsResponse_uniqueProblems,
listUniqueProblemsResponse_httpStatus,
listVPCEConfigurations_nextToken,
listVPCEConfigurations_maxResults,
listVPCEConfigurationsResponse_nextToken,
listVPCEConfigurationsResponse_vpceConfigurations,
listVPCEConfigurationsResponse_httpStatus,
stopRun_arn,
stopRunResponse_run,
stopRunResponse_httpStatus,
listDevices_arn,
listDevices_filters,
listDevices_nextToken,
listDevicesResponse_nextToken,
listDevicesResponse_devices,
listDevicesResponse_httpStatus,
createProject_defaultJobTimeoutMinutes,
createProject_name,
createProjectResponse_project,
createProjectResponse_httpStatus,
listTestGridSessions_status,
listTestGridSessions_maxResult,
listTestGridSessions_creationTimeAfter,
listTestGridSessions_endTimeBefore,
listTestGridSessions_endTimeAfter,
listTestGridSessions_nextToken,
listTestGridSessions_creationTimeBefore,
listTestGridSessions_projectArn,
listTestGridSessionsResponse_nextToken,
listTestGridSessionsResponse_testGridSessions,
listTestGridSessionsResponse_httpStatus,
createTestGridUrl_projectArn,
createTestGridUrl_expiresInSeconds,
createTestGridUrlResponse_expires,
createTestGridUrlResponse_url,
createTestGridUrlResponse_httpStatus,
listOfferings_nextToken,
listOfferingsResponse_nextToken,
listOfferingsResponse_offerings,
listOfferingsResponse_httpStatus,
accountSettings_skipAppResign,
accountSettings_awsAccountNumber,
accountSettings_maxJobTimeoutMinutes,
accountSettings_maxSlots,
accountSettings_trialMinutes,
accountSettings_unmeteredDevices,
accountSettings_unmeteredRemoteAccessDevices,
accountSettings_defaultJobTimeoutMinutes,
artifact_arn,
artifact_url,
artifact_extension,
artifact_name,
artifact_type,
cpu_frequency,
cpu_clock,
cpu_architecture,
counters_passed,
counters_skipped,
counters_warned,
counters_stopped,
counters_total,
counters_failed,
counters_errored,
createRemoteAccessSessionConfiguration_billingMethod,
createRemoteAccessSessionConfiguration_vpceConfigurationArns,
customerArtifactPaths_androidPaths,
customerArtifactPaths_deviceHostPaths,
customerArtifactPaths_iosPaths,
device_carrier,
device_image,
device_manufacturer,
device_platform,
device_modelId,
device_remoteAccessEnabled,
device_arn,
device_formFactor,
device_fleetType,
device_resolution,
device_availability,
device_memory,
device_radio,
device_os,
device_name,
device_model,
device_instances,
device_remoteDebugEnabled,
device_cpu,
device_heapSize,
device_fleetName,
deviceFilter_attribute,
deviceFilter_operator,
deviceFilter_values,
deviceInstance_status,
deviceInstance_udid,
deviceInstance_instanceProfile,
deviceInstance_arn,
deviceInstance_deviceArn,
deviceInstance_labels,
deviceMinutes_metered,
deviceMinutes_total,
deviceMinutes_unmetered,
devicePool_arn,
devicePool_rules,
devicePool_name,
devicePool_maxDevices,
devicePool_type,
devicePool_description,
devicePoolCompatibilityResult_device,
devicePoolCompatibilityResult_compatible,
devicePoolCompatibilityResult_incompatibilityMessages,
deviceSelectionConfiguration_filters,
deviceSelectionConfiguration_maxDevices,
deviceSelectionResult_matchedDevicesCount,
deviceSelectionResult_filters,
deviceSelectionResult_maxDevices,
executionConfiguration_skipAppResign,
executionConfiguration_accountsCleanup,
executionConfiguration_appPackagesCleanup,
executionConfiguration_jobTimeoutMinutes,
executionConfiguration_videoCapture,
incompatibilityMessage_type,
incompatibilityMessage_message,
instanceProfile_arn,
instanceProfile_rebootAfterUse,
instanceProfile_name,
instanceProfile_packageCleanup,
instanceProfile_excludeAppPackagesFromCleanup,
instanceProfile_description,
job_instanceArn,
job_status,
job_counters,
job_arn,
job_created,
job_device,
job_stopped,
job_result,
job_name,
job_videoEndpoint,
job_deviceMinutes,
job_videoCapture,
job_type,
job_message,
job_started,
location_latitude,
location_longitude,
monetaryAmount_amount,
monetaryAmount_currencyCode,
networkProfile_uplinkJitterMs,
networkProfile_arn,
networkProfile_uplinkLossPercent,
networkProfile_downlinkJitterMs,
networkProfile_name,
networkProfile_downlinkLossPercent,
networkProfile_type,
networkProfile_uplinkDelayMs,
networkProfile_uplinkBandwidthBits,
networkProfile_description,
networkProfile_downlinkDelayMs,
networkProfile_downlinkBandwidthBits,
offering_platform,
offering_id,
offering_recurringCharges,
offering_type,
offering_description,
offeringPromotion_id,
offeringPromotion_description,
offeringStatus_effectiveOn,
offeringStatus_offering,
offeringStatus_quantity,
offeringStatus_type,
offeringTransaction_offeringStatus,
offeringTransaction_cost,
offeringTransaction_transactionId,
offeringTransaction_offeringPromotionId,
offeringTransaction_createdOn,
problem_device,
problem_test,
problem_result,
problem_run,
problem_job,
problem_message,
problem_suite,
problemDetail_arn,
problemDetail_name,
project_arn,
project_created,
project_name,
project_defaultJobTimeoutMinutes,
radios_nfc,
radios_gps,
radios_bluetooth,
radios_wifi,
recurringCharge_frequency,
recurringCharge_cost,
remoteAccessSession_billingMethod,
remoteAccessSession_clientId,
remoteAccessSession_deviceUdid,
remoteAccessSession_skipAppResign,
remoteAccessSession_instanceArn,
remoteAccessSession_status,
remoteAccessSession_remoteRecordEnabled,
remoteAccessSession_arn,
remoteAccessSession_remoteRecordAppArn,
remoteAccessSession_created,
remoteAccessSession_device,
remoteAccessSession_stopped,
remoteAccessSession_result,
remoteAccessSession_name,
remoteAccessSession_deviceMinutes,
remoteAccessSession_remoteDebugEnabled,
remoteAccessSession_endpoint,
remoteAccessSession_message,
remoteAccessSession_hostAddress,
remoteAccessSession_interactionMode,
remoteAccessSession_started,
resolution_height,
resolution_width,
rule_attribute,
rule_operator,
rule_value,
run_billingMethod,
run_skipAppResign,
run_status,
run_customerArtifactPaths,
run_eventCount,
run_counters,
run_platform,
run_seed,
run_radios,
run_arn,
run_location,
run_created,
run_locale,
run_testSpecArn,
run_stopped,
run_result,
run_jobTimeoutMinutes,
run_completedJobs,
run_resultCode,
run_name,
run_appUpload,
run_parsingResultUrl,
run_networkProfile,
run_deviceMinutes,
run_type,
run_message,
run_webUrl,
run_totalJobs,
run_devicePoolArn,
run_started,
run_deviceSelectionResult,
sample_arn,
sample_url,
sample_type,
scheduleRunConfiguration_billingMethod,
scheduleRunConfiguration_customerArtifactPaths,
scheduleRunConfiguration_radios,
scheduleRunConfiguration_location,
scheduleRunConfiguration_locale,
scheduleRunConfiguration_networkProfileArn,
scheduleRunConfiguration_extraDataPackageArn,
scheduleRunConfiguration_auxiliaryApps,
scheduleRunConfiguration_vpceConfigurationArns,
scheduleRunTest_testSpecArn,
scheduleRunTest_testPackageArn,
scheduleRunTest_parameters,
scheduleRunTest_filter,
scheduleRunTest_type,
suite_status,
suite_counters,
suite_arn,
suite_created,
suite_stopped,
suite_result,
suite_name,
suite_deviceMinutes,
suite_type,
suite_message,
suite_started,
tag_key,
tag_value,
test_status,
test_counters,
test_arn,
test_created,
test_stopped,
test_result,
test_name,
test_deviceMinutes,
test_type,
test_message,
test_started,
testGridProject_arn,
testGridProject_created,
testGridProject_name,
testGridProject_vpcConfig,
testGridProject_description,
testGridSession_status,
testGridSession_arn,
testGridSession_created,
testGridSession_billingMinutes,
testGridSession_ended,
testGridSession_seleniumProperties,
testGridSessionAction_action,
testGridSessionAction_duration,
testGridSessionAction_requestMethod,
testGridSessionAction_started,
testGridSessionAction_statusCode,
testGridSessionArtifact_url,
testGridSessionArtifact_type,
testGridSessionArtifact_filename,
testGridVpcConfig_securityGroupIds,
testGridVpcConfig_subnetIds,
testGridVpcConfig_vpcId,
trialMinutes_remaining,
trialMinutes_total,
uniqueProblem_problems,
uniqueProblem_message,
upload_status,
upload_arn,
upload_created,
upload_category,
upload_url,
upload_name,
upload_metadata,
upload_type,
upload_message,
upload_contentType,
vPCEConfiguration_vpceServiceName,
vPCEConfiguration_arn,
vPCEConfiguration_vpceConfigurationName,
vPCEConfiguration_serviceDnsName,
vPCEConfiguration_vpceConfigurationDescription,
)
where
import Amazonka.DeviceFarm.CreateDevicePool
import Amazonka.DeviceFarm.CreateInstanceProfile
import Amazonka.DeviceFarm.CreateNetworkProfile
import Amazonka.DeviceFarm.CreateProject
import Amazonka.DeviceFarm.CreateRemoteAccessSession
import Amazonka.DeviceFarm.CreateTestGridProject
import Amazonka.DeviceFarm.CreateTestGridUrl
import Amazonka.DeviceFarm.CreateUpload
import Amazonka.DeviceFarm.CreateVPCEConfiguration
import Amazonka.DeviceFarm.DeleteDevicePool
import Amazonka.DeviceFarm.DeleteInstanceProfile
import Amazonka.DeviceFarm.DeleteNetworkProfile
import Amazonka.DeviceFarm.DeleteProject
import Amazonka.DeviceFarm.DeleteRemoteAccessSession
import Amazonka.DeviceFarm.DeleteRun
import Amazonka.DeviceFarm.DeleteTestGridProject
import Amazonka.DeviceFarm.DeleteUpload
import Amazonka.DeviceFarm.DeleteVPCEConfiguration
import Amazonka.DeviceFarm.GetAccountSettings
import Amazonka.DeviceFarm.GetDevice
import Amazonka.DeviceFarm.GetDeviceInstance
import Amazonka.DeviceFarm.GetDevicePool
import Amazonka.DeviceFarm.GetDevicePoolCompatibility
import Amazonka.DeviceFarm.GetInstanceProfile
import Amazonka.DeviceFarm.GetJob
import Amazonka.DeviceFarm.GetNetworkProfile
import Amazonka.DeviceFarm.GetOfferingStatus
import Amazonka.DeviceFarm.GetProject
import Amazonka.DeviceFarm.GetRemoteAccessSession
import Amazonka.DeviceFarm.GetRun
import Amazonka.DeviceFarm.GetSuite
import Amazonka.DeviceFarm.GetTest
import Amazonka.DeviceFarm.GetTestGridProject
import Amazonka.DeviceFarm.GetTestGridSession
import Amazonka.DeviceFarm.GetUpload
import Amazonka.DeviceFarm.GetVPCEConfiguration
import Amazonka.DeviceFarm.InstallToRemoteAccessSession
import Amazonka.DeviceFarm.ListArtifacts
import Amazonka.DeviceFarm.ListDeviceInstances
import Amazonka.DeviceFarm.ListDevicePools
import Amazonka.DeviceFarm.ListDevices
import Amazonka.DeviceFarm.ListInstanceProfiles
import Amazonka.DeviceFarm.ListJobs
import Amazonka.DeviceFarm.ListNetworkProfiles
import Amazonka.DeviceFarm.ListOfferingPromotions
import Amazonka.DeviceFarm.ListOfferingTransactions
import Amazonka.DeviceFarm.ListOfferings
import Amazonka.DeviceFarm.ListProjects
import Amazonka.DeviceFarm.ListRemoteAccessSessions
import Amazonka.DeviceFarm.ListRuns
import Amazonka.DeviceFarm.ListSamples
import Amazonka.DeviceFarm.ListSuites
import Amazonka.DeviceFarm.ListTagsForResource
import Amazonka.DeviceFarm.ListTestGridProjects
import Amazonka.DeviceFarm.ListTestGridSessionActions
import Amazonka.DeviceFarm.ListTestGridSessionArtifacts
import Amazonka.DeviceFarm.ListTestGridSessions
import Amazonka.DeviceFarm.ListTests
import Amazonka.DeviceFarm.ListUniqueProblems
import Amazonka.DeviceFarm.ListUploads
import Amazonka.DeviceFarm.ListVPCEConfigurations
import Amazonka.DeviceFarm.PurchaseOffering
import Amazonka.DeviceFarm.RenewOffering
import Amazonka.DeviceFarm.ScheduleRun
import Amazonka.DeviceFarm.StopJob
import Amazonka.DeviceFarm.StopRemoteAccessSession
import Amazonka.DeviceFarm.StopRun
import Amazonka.DeviceFarm.TagResource
import Amazonka.DeviceFarm.Types.AccountSettings
import Amazonka.DeviceFarm.Types.Artifact
import Amazonka.DeviceFarm.Types.CPU
import Amazonka.DeviceFarm.Types.Counters
import Amazonka.DeviceFarm.Types.CreateRemoteAccessSessionConfiguration
import Amazonka.DeviceFarm.Types.CustomerArtifactPaths
import Amazonka.DeviceFarm.Types.Device
import Amazonka.DeviceFarm.Types.DeviceFilter
import Amazonka.DeviceFarm.Types.DeviceInstance
import Amazonka.DeviceFarm.Types.DeviceMinutes
import Amazonka.DeviceFarm.Types.DevicePool
import Amazonka.DeviceFarm.Types.DevicePoolCompatibilityResult
import Amazonka.DeviceFarm.Types.DeviceSelectionConfiguration
import Amazonka.DeviceFarm.Types.DeviceSelectionResult
import Amazonka.DeviceFarm.Types.ExecutionConfiguration
import Amazonka.DeviceFarm.Types.IncompatibilityMessage
import Amazonka.DeviceFarm.Types.InstanceProfile
import Amazonka.DeviceFarm.Types.Job
import Amazonka.DeviceFarm.Types.Location
import Amazonka.DeviceFarm.Types.MonetaryAmount
import Amazonka.DeviceFarm.Types.NetworkProfile
import Amazonka.DeviceFarm.Types.Offering
import Amazonka.DeviceFarm.Types.OfferingPromotion
import Amazonka.DeviceFarm.Types.OfferingStatus
import Amazonka.DeviceFarm.Types.OfferingTransaction
import Amazonka.DeviceFarm.Types.Problem
import Amazonka.DeviceFarm.Types.ProblemDetail
import Amazonka.DeviceFarm.Types.Project
import Amazonka.DeviceFarm.Types.Radios
import Amazonka.DeviceFarm.Types.RecurringCharge
import Amazonka.DeviceFarm.Types.RemoteAccessSession
import Amazonka.DeviceFarm.Types.Resolution
import Amazonka.DeviceFarm.Types.Rule
import Amazonka.DeviceFarm.Types.Run
import Amazonka.DeviceFarm.Types.Sample
import Amazonka.DeviceFarm.Types.ScheduleRunConfiguration
import Amazonka.DeviceFarm.Types.ScheduleRunTest
import Amazonka.DeviceFarm.Types.Suite
import Amazonka.DeviceFarm.Types.Tag
import Amazonka.DeviceFarm.Types.Test
import Amazonka.DeviceFarm.Types.TestGridProject
import Amazonka.DeviceFarm.Types.TestGridSession
import Amazonka.DeviceFarm.Types.TestGridSessionAction
import Amazonka.DeviceFarm.Types.TestGridSessionArtifact
import Amazonka.DeviceFarm.Types.TestGridVpcConfig
import Amazonka.DeviceFarm.Types.TrialMinutes
import Amazonka.DeviceFarm.Types.UniqueProblem
import Amazonka.DeviceFarm.Types.Upload
import Amazonka.DeviceFarm.Types.VPCEConfiguration
import Amazonka.DeviceFarm.UntagResource
import Amazonka.DeviceFarm.UpdateDeviceInstance
import Amazonka.DeviceFarm.UpdateDevicePool
import Amazonka.DeviceFarm.UpdateInstanceProfile
import Amazonka.DeviceFarm.UpdateNetworkProfile
import Amazonka.DeviceFarm.UpdateProject
import Amazonka.DeviceFarm.UpdateTestGridProject
import Amazonka.DeviceFarm.UpdateUpload
import Amazonka.DeviceFarm.UpdateVPCEConfiguration