Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
post/#X-Amz-Target=DeviceFarm_20150623.GetAccountSettings
Headers
X-Amz-Target'DeviceFarm_20150623.GetAccountSettings' required
Request body
GetAccountSettingsRequest required
Represents the request sent to retrieve the account settings.
Response
Success
Example response
{
"accountSettings": {
"awsAccountNumber": "123456789101",
"unmeteredDevices": {
"ANDROID": 1,
"IOS": 2
}
}
}