2234 lines
44 KiB
JSON
2234 lines
44 KiB
JSON
|
{
|
||
|
"version": "2.0",
|
||
|
"metadata": {
|
||
|
"apiVersion": "2015-06-23",
|
||
|
"endpointPrefix": "devicefarm",
|
||
|
"jsonVersion": "1.1",
|
||
|
"protocol": "json",
|
||
|
"serviceFullName": "AWS Device Farm",
|
||
|
"serviceId": "Device Farm",
|
||
|
"signatureVersion": "v4",
|
||
|
"targetPrefix": "DeviceFarm_20150623",
|
||
|
"uid": "devicefarm-2015-06-23"
|
||
|
},
|
||
|
"operations": {
|
||
|
"CreateDevicePool": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"projectArn",
|
||
|
"name",
|
||
|
"rules"
|
||
|
],
|
||
|
"members": {
|
||
|
"projectArn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"rules": {
|
||
|
"shape": "S5"
|
||
|
},
|
||
|
"maxDevices": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"devicePool": {
|
||
|
"shape": "Sc"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateInstanceProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"name"
|
||
|
],
|
||
|
"members": {
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"packageCleanup": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"excludeAppPackagesFromCleanup": {
|
||
|
"shape": "Sg"
|
||
|
},
|
||
|
"rebootAfterUse": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"instanceProfile": {
|
||
|
"shape": "Si"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateNetworkProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"projectArn",
|
||
|
"name"
|
||
|
],
|
||
|
"members": {
|
||
|
"projectArn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"type": {},
|
||
|
"uplinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"downlinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"networkProfile": {
|
||
|
"shape": "So"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateProject": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"name"
|
||
|
],
|
||
|
"members": {
|
||
|
"name": {},
|
||
|
"defaultJobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"project": {
|
||
|
"shape": "Ss"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateRemoteAccessSession": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"projectArn",
|
||
|
"deviceArn"
|
||
|
],
|
||
|
"members": {
|
||
|
"projectArn": {},
|
||
|
"deviceArn": {},
|
||
|
"instanceArn": {},
|
||
|
"sshPublicKey": {},
|
||
|
"remoteDebugEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"remoteRecordEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"remoteRecordAppArn": {},
|
||
|
"name": {},
|
||
|
"clientId": {},
|
||
|
"configuration": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"billingMethod": {},
|
||
|
"vpceConfigurationArns": {
|
||
|
"shape": "Sz"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"interactionMode": {},
|
||
|
"skipAppResign": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"remoteAccessSession": {
|
||
|
"shape": "S12"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateUpload": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"projectArn",
|
||
|
"name",
|
||
|
"type"
|
||
|
],
|
||
|
"members": {
|
||
|
"projectArn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"contentType": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"upload": {
|
||
|
"shape": "S1n"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"CreateVPCEConfiguration": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"vpceConfigurationName",
|
||
|
"vpceServiceName",
|
||
|
"serviceDnsName"
|
||
|
],
|
||
|
"members": {
|
||
|
"vpceConfigurationName": {},
|
||
|
"vpceServiceName": {},
|
||
|
"serviceDnsName": {},
|
||
|
"vpceConfigurationDescription": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"vpceConfiguration": {
|
||
|
"shape": "S1y"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"DeleteDevicePool": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteInstanceProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteNetworkProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteProject": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteRemoteAccessSession": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteRun": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteUpload": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"DeleteVPCEConfiguration": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
}
|
||
|
},
|
||
|
"GetAccountSettings": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"accountSettings": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"awsAccountNumber": {},
|
||
|
"unmeteredDevices": {
|
||
|
"shape": "S2j"
|
||
|
},
|
||
|
"unmeteredRemoteAccessDevices": {
|
||
|
"shape": "S2j"
|
||
|
},
|
||
|
"maxJobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"trialMinutes": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"total": {
|
||
|
"type": "double"
|
||
|
},
|
||
|
"remaining": {
|
||
|
"type": "double"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"maxSlots": {
|
||
|
"type": "map",
|
||
|
"key": {},
|
||
|
"value": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"defaultJobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"skipAppResign": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetDevice": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"device": {
|
||
|
"shape": "S15"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetDeviceInstance": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"deviceInstance": {
|
||
|
"shape": "S1c"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetDevicePool": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"devicePool": {
|
||
|
"shape": "Sc"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetDevicePoolCompatibility": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"devicePoolArn"
|
||
|
],
|
||
|
"members": {
|
||
|
"devicePoolArn": {},
|
||
|
"appArn": {},
|
||
|
"testType": {},
|
||
|
"test": {
|
||
|
"shape": "S2u"
|
||
|
},
|
||
|
"configuration": {
|
||
|
"shape": "S2x"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"compatibleDevices": {
|
||
|
"shape": "S35"
|
||
|
},
|
||
|
"incompatibleDevices": {
|
||
|
"shape": "S35"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetInstanceProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"instanceProfile": {
|
||
|
"shape": "Si"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetJob": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"job": {
|
||
|
"shape": "S3d"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetNetworkProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"networkProfile": {
|
||
|
"shape": "So"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetOfferingStatus": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"current": {
|
||
|
"shape": "S3l"
|
||
|
},
|
||
|
"nextPeriod": {
|
||
|
"shape": "S3l"
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetProject": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"project": {
|
||
|
"shape": "Ss"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetRemoteAccessSession": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"remoteAccessSession": {
|
||
|
"shape": "S12"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetRun": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"run": {
|
||
|
"shape": "S42"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetSuite": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"suite": {
|
||
|
"shape": "S4b"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetTest": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"test": {
|
||
|
"shape": "S4e"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetUpload": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"upload": {
|
||
|
"shape": "S1n"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"GetVPCEConfiguration": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"vpceConfiguration": {
|
||
|
"shape": "S1y"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"InstallToRemoteAccessSession": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"remoteAccessSessionArn",
|
||
|
"appArn"
|
||
|
],
|
||
|
"members": {
|
||
|
"remoteAccessSessionArn": {},
|
||
|
"appArn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"appUpload": {
|
||
|
"shape": "S1n"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListArtifacts": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn",
|
||
|
"type"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"type": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"artifacts": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"extension": {},
|
||
|
"url": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListDeviceInstances": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"maxResults": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"deviceInstances": {
|
||
|
"shape": "S1b"
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListDevicePools": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"type": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"devicePools": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "Sc"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListDevices": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {},
|
||
|
"filters": {
|
||
|
"shape": "S45"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"devices": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S15"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListInstanceProfiles": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"maxResults": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"instanceProfiles": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "Si"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListJobs": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"jobs": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S3d"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListNetworkProfiles": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"type": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"networkProfiles": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "So"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListOfferingPromotions": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringPromotions": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"id": {},
|
||
|
"description": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListOfferingTransactions": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringTransactions": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S5g"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListOfferings": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offerings": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S3p"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListProjects": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"projects": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "Ss"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListRemoteAccessSessions": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"remoteAccessSessions": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S12"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListRuns": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"runs": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S42"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListSamples": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"samples": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"type": {},
|
||
|
"url": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListSuites": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"suites": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S4b"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListTests": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"tests": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S4e"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListUniqueProblems": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"uniqueProblems": {
|
||
|
"type": "map",
|
||
|
"key": {},
|
||
|
"value": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"message": {},
|
||
|
"problems": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"run": {
|
||
|
"shape": "S6c"
|
||
|
},
|
||
|
"job": {
|
||
|
"shape": "S6c"
|
||
|
},
|
||
|
"suite": {
|
||
|
"shape": "S6c"
|
||
|
},
|
||
|
"test": {
|
||
|
"shape": "S6c"
|
||
|
},
|
||
|
"device": {
|
||
|
"shape": "S15"
|
||
|
},
|
||
|
"result": {},
|
||
|
"message": {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListUploads": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"type": {},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"uploads": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S1n"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ListVPCEConfigurations": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"maxResults": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"vpceConfigurations": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S1y"
|
||
|
}
|
||
|
},
|
||
|
"nextToken": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"PurchaseOffering": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringId": {},
|
||
|
"quantity": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"offeringPromotionId": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringTransaction": {
|
||
|
"shape": "S5g"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"RenewOffering": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringId": {},
|
||
|
"quantity": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringTransaction": {
|
||
|
"shape": "S5g"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"ScheduleRun": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"projectArn",
|
||
|
"test"
|
||
|
],
|
||
|
"members": {
|
||
|
"projectArn": {},
|
||
|
"appArn": {},
|
||
|
"devicePoolArn": {},
|
||
|
"deviceSelectionConfiguration": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"filters",
|
||
|
"maxDevices"
|
||
|
],
|
||
|
"members": {
|
||
|
"filters": {
|
||
|
"shape": "S45"
|
||
|
},
|
||
|
"maxDevices": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"name": {},
|
||
|
"test": {
|
||
|
"shape": "S2u"
|
||
|
},
|
||
|
"configuration": {
|
||
|
"shape": "S2x"
|
||
|
},
|
||
|
"executionConfiguration": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"jobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"accountsCleanup": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"appPackagesCleanup": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"videoCapture": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"skipAppResign": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"run": {
|
||
|
"shape": "S42"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"StopJob": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"job": {
|
||
|
"shape": "S3d"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"StopRemoteAccessSession": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"remoteAccessSession": {
|
||
|
"shape": "S12"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"StopRun": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"run": {
|
||
|
"shape": "S42"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateDeviceInstance": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"profileArn": {},
|
||
|
"labels": {
|
||
|
"shape": "S1d"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"deviceInstance": {
|
||
|
"shape": "S1c"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateDevicePool": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"rules": {
|
||
|
"shape": "S5"
|
||
|
},
|
||
|
"maxDevices": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"clearMaxDevices": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"devicePool": {
|
||
|
"shape": "Sc"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateInstanceProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"packageCleanup": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"excludeAppPackagesFromCleanup": {
|
||
|
"shape": "Sg"
|
||
|
},
|
||
|
"rebootAfterUse": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"instanceProfile": {
|
||
|
"shape": "Si"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateNetworkProfile": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"type": {},
|
||
|
"uplinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"downlinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"networkProfile": {
|
||
|
"shape": "So"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateProject": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"defaultJobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"project": {
|
||
|
"shape": "Ss"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateUpload": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"contentType": {},
|
||
|
"editContent": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"upload": {
|
||
|
"shape": "S1n"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"UpdateVPCEConfiguration": {
|
||
|
"input": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"arn"
|
||
|
],
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"vpceConfigurationName": {},
|
||
|
"vpceServiceName": {},
|
||
|
"serviceDnsName": {},
|
||
|
"vpceConfigurationDescription": {}
|
||
|
}
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"vpceConfiguration": {
|
||
|
"shape": "S1y"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"shapes": {
|
||
|
"S5": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"attribute": {},
|
||
|
"operator": {},
|
||
|
"value": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Sc": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"type": {},
|
||
|
"rules": {
|
||
|
"shape": "S5"
|
||
|
},
|
||
|
"maxDevices": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Sg": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
},
|
||
|
"Si": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"packageCleanup": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"excludeAppPackagesFromCleanup": {
|
||
|
"shape": "Sg"
|
||
|
},
|
||
|
"rebootAfterUse": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"name": {},
|
||
|
"description": {}
|
||
|
}
|
||
|
},
|
||
|
"So": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"description": {},
|
||
|
"type": {},
|
||
|
"uplinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkBandwidthBits": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkDelayMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"downlinkJitterMs": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"uplinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"downlinkLossPercent": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Ss": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"defaultJobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Sz": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
},
|
||
|
"S12": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"status": {},
|
||
|
"result": {},
|
||
|
"message": {},
|
||
|
"started": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"device": {
|
||
|
"shape": "S15"
|
||
|
},
|
||
|
"instanceArn": {},
|
||
|
"remoteDebugEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"remoteRecordEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"remoteRecordAppArn": {},
|
||
|
"hostAddress": {},
|
||
|
"clientId": {},
|
||
|
"billingMethod": {},
|
||
|
"deviceMinutes": {
|
||
|
"shape": "S1h"
|
||
|
},
|
||
|
"endpoint": {},
|
||
|
"deviceUdid": {},
|
||
|
"interactionMode": {},
|
||
|
"skipAppResign": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S15": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"manufacturer": {},
|
||
|
"model": {},
|
||
|
"modelId": {},
|
||
|
"formFactor": {},
|
||
|
"platform": {},
|
||
|
"os": {},
|
||
|
"cpu": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"frequency": {},
|
||
|
"architecture": {},
|
||
|
"clock": {
|
||
|
"type": "double"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"resolution": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"width": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"height": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"heapSize": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"memory": {
|
||
|
"type": "long"
|
||
|
},
|
||
|
"image": {},
|
||
|
"carrier": {},
|
||
|
"radio": {},
|
||
|
"remoteAccessEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"remoteDebugEnabled": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"fleetType": {},
|
||
|
"fleetName": {},
|
||
|
"instances": {
|
||
|
"shape": "S1b"
|
||
|
},
|
||
|
"availability": {}
|
||
|
}
|
||
|
},
|
||
|
"S1b": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"shape": "S1c"
|
||
|
}
|
||
|
},
|
||
|
"S1c": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"deviceArn": {},
|
||
|
"labels": {
|
||
|
"shape": "S1d"
|
||
|
},
|
||
|
"status": {},
|
||
|
"udid": {},
|
||
|
"instanceProfile": {
|
||
|
"shape": "Si"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S1d": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
},
|
||
|
"S1h": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"total": {
|
||
|
"type": "double"
|
||
|
},
|
||
|
"metered": {
|
||
|
"type": "double"
|
||
|
},
|
||
|
"unmetered": {
|
||
|
"type": "double"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S1n": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"type": {},
|
||
|
"status": {},
|
||
|
"url": {},
|
||
|
"metadata": {},
|
||
|
"contentType": {},
|
||
|
"message": {},
|
||
|
"category": {}
|
||
|
}
|
||
|
},
|
||
|
"S1y": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"vpceConfigurationName": {},
|
||
|
"vpceServiceName": {},
|
||
|
"serviceDnsName": {},
|
||
|
"vpceConfigurationDescription": {}
|
||
|
}
|
||
|
},
|
||
|
"S2j": {
|
||
|
"type": "map",
|
||
|
"key": {},
|
||
|
"value": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"S2u": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"type"
|
||
|
],
|
||
|
"members": {
|
||
|
"type": {},
|
||
|
"testPackageArn": {},
|
||
|
"testSpecArn": {},
|
||
|
"filter": {},
|
||
|
"parameters": {
|
||
|
"type": "map",
|
||
|
"key": {},
|
||
|
"value": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S2x": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"extraDataPackageArn": {},
|
||
|
"networkProfileArn": {},
|
||
|
"locale": {},
|
||
|
"location": {
|
||
|
"shape": "S2y"
|
||
|
},
|
||
|
"vpceConfigurationArns": {
|
||
|
"shape": "Sz"
|
||
|
},
|
||
|
"customerArtifactPaths": {
|
||
|
"shape": "S2z"
|
||
|
},
|
||
|
"radios": {
|
||
|
"shape": "S33"
|
||
|
},
|
||
|
"auxiliaryApps": {
|
||
|
"shape": "Sz"
|
||
|
},
|
||
|
"billingMethod": {}
|
||
|
}
|
||
|
},
|
||
|
"S2y": {
|
||
|
"type": "structure",
|
||
|
"required": [
|
||
|
"latitude",
|
||
|
"longitude"
|
||
|
],
|
||
|
"members": {
|
||
|
"latitude": {
|
||
|
"type": "double"
|
||
|
},
|
||
|
"longitude": {
|
||
|
"type": "double"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S2z": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"iosPaths": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
},
|
||
|
"androidPaths": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
},
|
||
|
"deviceHostPaths": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S33": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"wifi": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"bluetooth": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"nfc": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"gps": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S35": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"device": {
|
||
|
"shape": "S15"
|
||
|
},
|
||
|
"compatible": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"incompatibilityMessages": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"message": {},
|
||
|
"type": {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S3d": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"status": {},
|
||
|
"result": {},
|
||
|
"started": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"counters": {
|
||
|
"shape": "S3e"
|
||
|
},
|
||
|
"message": {},
|
||
|
"device": {
|
||
|
"shape": "S15"
|
||
|
},
|
||
|
"instanceArn": {},
|
||
|
"deviceMinutes": {
|
||
|
"shape": "S1h"
|
||
|
},
|
||
|
"videoEndpoint": {},
|
||
|
"videoCapture": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S3e": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"total": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"passed": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"failed": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"warned": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"errored": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"skipped": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S3l": {
|
||
|
"type": "map",
|
||
|
"key": {},
|
||
|
"value": {
|
||
|
"shape": "S3n"
|
||
|
}
|
||
|
},
|
||
|
"S3n": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"type": {},
|
||
|
"offering": {
|
||
|
"shape": "S3p"
|
||
|
},
|
||
|
"quantity": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"effectiveOn": {
|
||
|
"type": "timestamp"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S3p": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"id": {},
|
||
|
"description": {},
|
||
|
"type": {},
|
||
|
"platform": {},
|
||
|
"recurringCharges": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"cost": {
|
||
|
"shape": "S3t"
|
||
|
},
|
||
|
"frequency": {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S3t": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"amount": {
|
||
|
"type": "double"
|
||
|
},
|
||
|
"currencyCode": {}
|
||
|
}
|
||
|
},
|
||
|
"S42": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"platform": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"status": {},
|
||
|
"result": {},
|
||
|
"started": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"counters": {
|
||
|
"shape": "S3e"
|
||
|
},
|
||
|
"message": {},
|
||
|
"totalJobs": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"completedJobs": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"billingMethod": {},
|
||
|
"deviceMinutes": {
|
||
|
"shape": "S1h"
|
||
|
},
|
||
|
"networkProfile": {
|
||
|
"shape": "So"
|
||
|
},
|
||
|
"parsingResultUrl": {},
|
||
|
"resultCode": {},
|
||
|
"seed": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"appUpload": {},
|
||
|
"eventCount": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"jobTimeoutMinutes": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"devicePoolArn": {},
|
||
|
"locale": {},
|
||
|
"radios": {
|
||
|
"shape": "S33"
|
||
|
},
|
||
|
"location": {
|
||
|
"shape": "S2y"
|
||
|
},
|
||
|
"customerArtifactPaths": {
|
||
|
"shape": "S2z"
|
||
|
},
|
||
|
"webUrl": {},
|
||
|
"skipAppResign": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"testSpecArn": {},
|
||
|
"deviceSelectionResult": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"filters": {
|
||
|
"shape": "S45"
|
||
|
},
|
||
|
"matchedDevicesCount": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"maxDevices": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S45": {
|
||
|
"type": "list",
|
||
|
"member": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"attribute": {},
|
||
|
"operator": {},
|
||
|
"values": {
|
||
|
"type": "list",
|
||
|
"member": {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S4b": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"status": {},
|
||
|
"result": {},
|
||
|
"started": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"counters": {
|
||
|
"shape": "S3e"
|
||
|
},
|
||
|
"message": {},
|
||
|
"deviceMinutes": {
|
||
|
"shape": "S1h"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S4e": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {},
|
||
|
"type": {},
|
||
|
"created": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"status": {},
|
||
|
"result": {},
|
||
|
"started": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"stopped": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"counters": {
|
||
|
"shape": "S3e"
|
||
|
},
|
||
|
"message": {},
|
||
|
"deviceMinutes": {
|
||
|
"shape": "S1h"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S5g": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"offeringStatus": {
|
||
|
"shape": "S3n"
|
||
|
},
|
||
|
"transactionId": {},
|
||
|
"offeringPromotionId": {},
|
||
|
"createdOn": {
|
||
|
"type": "timestamp"
|
||
|
},
|
||
|
"cost": {
|
||
|
"shape": "S3t"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"S6c": {
|
||
|
"type": "structure",
|
||
|
"members": {
|
||
|
"arn": {},
|
||
|
"name": {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|