Chilkat Online Tools

ListDevices Objective-C Example

AWS Device Farm

#import <CkoRest.h>
#import <CkoAuthAws.h>
#import <CkoJsonObject.h>
#import <CkoStringBuilder.h>
#import <NSString.h>

// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

CkoRest *rest = [[CkoRest alloc] init];
BOOL success;

CkoAuthAws *authAws = [[CkoAuthAws alloc] init];
authAws.AccessKey = @"AWS_ACCESS_KEY";
authAws.SecretKey = @"AWS_SECRET_KEY";

// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.Region = @"us-west-2";
authAws.ServiceName = @"devicefarm";
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
[rest SetAuthAws: authAws];

// URL: https://devicefarm.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = [rest Connect: @"devicefarm.us-west-2.amazonaws.com" port: [NSNumber numberWithInt: 443] tls: YES autoReconnect: YES];
if (success != YES) {
    NSLog(@"%@%d",@"ConnectFailReason: ",[rest.ConnectFailReason intValue]);
    NSLog(@"%@",rest.LastErrorText);
    return;
}

// The following code creates the JSON request body.
// The JSON created by this code is shown below.

// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON

CkoJsonObject *json = [[CkoJsonObject alloc] init];
[json UpdateString: @"arn" value: @"string"];
[json UpdateString: @"filters[0].attribute" value: @"string"];
[json UpdateString: @"filters[0].operator" value: @"string"];
[json UpdateString: @"filters[0].values[0]" value: @"string"];
[json UpdateString: @"nextToken" value: @"string"];

// The JSON request body created by the above code:

// {
//   "arn": "string",
//   "filters": [
//     {
//       "attribute": "string",
//       "operator": "string",
//       "values": [
//         "string"
//       ]
//     }
//   ],
//   "nextToken": "string"
// }

[rest AddHeader: @"Content-Type" value: @"application/x-amz-json-1.1"];
[rest AddHeader: @"X-Amz-Target" value: @"DeviceFarm_20150623.ListDevices"];

CkoStringBuilder *sbRequestBody = [[CkoStringBuilder alloc] init];
[json EmitSb: sbRequestBody];
CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
success = [rest FullRequestSb: @"POST" uriPath: @"/" requestBody: sbRequestBody responseBody: sbResponseBody];
if (success != YES) {
    NSLog(@"%@",rest.LastErrorText);
    return;
}

int respStatusCode = [rest.ResponseStatusCode intValue];
NSLog(@"%@%d",@"response status code = ",respStatusCode);
if (respStatusCode != 200) {
    NSLog(@"%@",@"Response Header:");
    NSLog(@"%@",rest.ResponseHeader);
    NSLog(@"%@",@"Response Body:");
    NSLog(@"%@",[sbResponseBody GetAsString]);
    return;
}

CkoJsonObject *jResp = [[CkoJsonObject alloc] init];
[jResp LoadSb: sbResponseBody];

// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.

// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON

NSString *arn = 0;
NSString *availability = 0;
NSString *carrier = 0;
NSString *Architecture = 0;
int Clock;
NSString *Frequency = 0;
NSString *fleetName = 0;
NSString *fleetType = 0;
NSString *formFactor = 0;
int heapSize;
NSString *image = 0;
NSString *manufacturer = 0;
int memory;
NSString *model = 0;
NSString *modelId = 0;
NSString *name = 0;
NSString *os = 0;
NSString *platform = 0;
NSString *radio = 0;
int remoteAccessEnabled;
int remoteDebugEnabled;
int Height;
int Width;
int j;
int count_j;
NSString *deviceArn = 0;
NSString *Arn = 0;
NSString *Description = 0;
NSString *Name = 0;
int PackageCleanup;
int RebootAfterUse;
NSString *status = 0;
NSString *udid = 0;
int k;
int count_k;
NSString *strVal = 0;

NSString *nextToken = [jResp StringOf: @"nextToken"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"devices"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    arn = [jResp StringOf: @"devices[i].arn"];
    availability = [jResp StringOf: @"devices[i].availability"];
    carrier = [jResp StringOf: @"devices[i].carrier"];
    Architecture = [jResp StringOf: @"devices[i].cpu.architecture"];
    Clock = [[jResp IntOf: @"devices[i].cpu.clock"] intValue];
    Frequency = [jResp StringOf: @"devices[i].cpu.frequency"];
    fleetName = [jResp StringOf: @"devices[i].fleetName"];
    fleetType = [jResp StringOf: @"devices[i].fleetType"];
    formFactor = [jResp StringOf: @"devices[i].formFactor"];
    heapSize = [[jResp IntOf: @"devices[i].heapSize"] intValue];
    image = [jResp StringOf: @"devices[i].image"];
    manufacturer = [jResp StringOf: @"devices[i].manufacturer"];
    memory = [[jResp IntOf: @"devices[i].memory"] intValue];
    model = [jResp StringOf: @"devices[i].model"];
    modelId = [jResp StringOf: @"devices[i].modelId"];
    name = [jResp StringOf: @"devices[i].name"];
    os = [jResp StringOf: @"devices[i].os"];
    platform = [jResp StringOf: @"devices[i].platform"];
    radio = [jResp StringOf: @"devices[i].radio"];
    remoteAccessEnabled = [[jResp IntOf: @"devices[i].remoteAccessEnabled"] intValue];
    remoteDebugEnabled = [[jResp IntOf: @"devices[i].remoteDebugEnabled"] intValue];
    Height = [[jResp IntOf: @"devices[i].resolution.height"] intValue];
    Width = [[jResp IntOf: @"devices[i].resolution.width"] intValue];
    j = 0;
    count_j = [[jResp SizeOfArray: @"devices[i].instances"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        arn = [jResp StringOf: @"devices[i].instances[j].arn"];
        deviceArn = [jResp StringOf: @"devices[i].instances[j].deviceArn"];
        Arn = [jResp StringOf: @"devices[i].instances[j].instanceProfile.arn"];
        Description = [jResp StringOf: @"devices[i].instances[j].instanceProfile.description"];
        Name = [jResp StringOf: @"devices[i].instances[j].instanceProfile.name"];
        PackageCleanup = [[jResp IntOf: @"devices[i].instances[j].instanceProfile.packageCleanup"] intValue];
        RebootAfterUse = [[jResp IntOf: @"devices[i].instances[j].instanceProfile.rebootAfterUse"] intValue];
        status = [jResp StringOf: @"devices[i].instances[j].status"];
        udid = [jResp StringOf: @"devices[i].instances[j].udid"];
        k = 0;
        count_k = [[jResp SizeOfArray: @"devices[i].instances[j].instanceProfile.excludeAppPackagesFromCleanup"] intValue];
        while (k < count_k) {
            jResp.K = [NSNumber numberWithInt: k];
            strVal = [jResp StringOf: @"devices[i].instances[j].instanceProfile.excludeAppPackagesFromCleanup[k]"];
            k = k + 1;
        }

        k = 0;
        count_k = [[jResp SizeOfArray: @"devices[i].instances[j].labels"] intValue];
        while (k < count_k) {
            jResp.K = [NSNumber numberWithInt: k];
            strVal = [jResp StringOf: @"devices[i].instances[j].labels[k]"];
            k = k + 1;
        }

        j = j + 1;
    }

    i = i + 1;
}

// A sample JSON response body parsed by the above code:

// {
//   "devices": [
//     {
//       "arn": "string",
//       "availability": "string",
//       "carrier": "string",
//       "cpu": {
//         "architecture": "string",
//         "clock": number,
//         "frequency": "string"
//       },
//       "fleetName": "string",
//       "fleetType": "string",
//       "formFactor": "string",
//       "heapSize": number,
//       "image": "string",
//       "instances": [
//         {
//           "arn": "string",
//           "deviceArn": "string",
//           "instanceProfile": {
//             "arn": "string",
//             "description": "string",
//             "excludeAppPackagesFromCleanup": [
//               "string"
//             ],
//             "name": "string",
//             "packageCleanup": boolean,
//             "rebootAfterUse": boolean
//           },
//           "labels": [
//             "string"
//           ],
//           "status": "string",
//           "udid": "string"
//         }
//       ],
//       "manufacturer": "string",
//       "memory": number,
//       "model": "string",
//       "modelId": "string",
//       "name": "string",
//       "os": "string",
//       "platform": "string",
//       "radio": "string",
//       "remoteAccessEnabled": boolean,
//       "remoteDebugEnabled": boolean,
//       "resolution": {
//         "height": number,
//         "width": number
//       }
//     }
//   ],
//   "nextToken": "string"
// }