Chilkat Online Tools

CreateUpdatedImage Objective-C Example

Amazon AppStream

#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 = @"appstream";
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
[rest SetAuthAws: authAws];

// URL: https://appstream2.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = [rest Connect: @"appstream2.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 UpdateInt: @"dryRun" value: [NSNumber numberWithInt: 123]];
[json UpdateString: @"existingImageName" value: @"string"];
[json UpdateString: @"newImageDescription" value: @"string"];
[json UpdateString: @"newImageDisplayName" value: @"string"];
[json UpdateString: @"newImageName" value: @"string"];
[json UpdateString: @"newImageTags.string" value: @"string"];

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

// {
//   "dryRun": boolean,
//   "existingImageName": "string",
//   "newImageDescription": "string",
//   "newImageDisplayName": "string",
//   "newImageName": "string",
//   "newImageTags": {
//     "string": "string"
//   }
// }

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

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 *AppBlockArn = 0;
int Enabled;
NSString *S3Bucket = 0;
NSString *S3Key = 0;
NSString *IconURL = 0;
NSString *LaunchParameters = 0;
NSString *LaunchPath = 0;
NSString *v_String = 0;
NSString *WorkingDirectory = 0;
int j;
int count_j;
NSString *strVal = 0;
NSString *ErrorCode = 0;
NSString *ErrorMessage = 0;
int ErrorTimestamp;

int canUpdateImage = [[jResp IntOf: @"canUpdateImage"] intValue];
NSString *AppstreamAgentVersion = [jResp StringOf: @"image.AppstreamAgentVersion"];
NSString *Arn = [jResp StringOf: @"image.Arn"];
NSString *BaseImageArn = [jResp StringOf: @"image.BaseImageArn"];
int CreatedTime = [[jResp IntOf: @"image.CreatedTime"] intValue];
NSString *Description = [jResp StringOf: @"image.Description"];
NSString *DisplayName = [jResp StringOf: @"image.DisplayName"];
NSString *ImageBuilderName = [jResp StringOf: @"image.ImageBuilderName"];
int ImageBuilderSupported = [[jResp IntOf: @"image.ImageBuilderSupported"] intValue];
int AllowFleet = [[jResp IntOf: @"image.ImagePermissions.allowFleet"] intValue];
int AllowImageBuilder = [[jResp IntOf: @"image.ImagePermissions.allowImageBuilder"] intValue];
NSString *Name = [jResp StringOf: @"image.Name"];
NSString *Platform = [jResp StringOf: @"image.Platform"];
int PublicBaseImageReleasedDate = [[jResp IntOf: @"image.PublicBaseImageReleasedDate"] intValue];
NSString *State = [jResp StringOf: @"image.State"];
NSString *Code = [jResp StringOf: @"image.StateChangeReason.Code"];
NSString *Message = [jResp StringOf: @"image.StateChangeReason.Message"];
NSString *Visibility = [jResp StringOf: @"image.Visibility"];
int i = 0;
int count_i = [[jResp SizeOfArray: @"image.Applications"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    AppBlockArn = [jResp StringOf: @"image.Applications[i].AppBlockArn"];
    Arn = [jResp StringOf: @"image.Applications[i].Arn"];
    CreatedTime = [[jResp IntOf: @"image.Applications[i].CreatedTime"] intValue];
    Description = [jResp StringOf: @"image.Applications[i].Description"];
    DisplayName = [jResp StringOf: @"image.Applications[i].DisplayName"];
    Enabled = [[jResp IntOf: @"image.Applications[i].Enabled"] intValue];
    S3Bucket = [jResp StringOf: @"image.Applications[i].IconS3Location.S3Bucket"];
    S3Key = [jResp StringOf: @"image.Applications[i].IconS3Location.S3Key"];
    IconURL = [jResp StringOf: @"image.Applications[i].IconURL"];
    LaunchParameters = [jResp StringOf: @"image.Applications[i].LaunchParameters"];
    LaunchPath = [jResp StringOf: @"image.Applications[i].LaunchPath"];
    v_String = [jResp StringOf: @"image.Applications[i].Metadata.string"];
    Name = [jResp StringOf: @"image.Applications[i].Name"];
    WorkingDirectory = [jResp StringOf: @"image.Applications[i].WorkingDirectory"];
    j = 0;
    count_j = [[jResp SizeOfArray: @"image.Applications[i].InstanceFamilies"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"image.Applications[i].InstanceFamilies[j]"];
        j = j + 1;
    }

    j = 0;
    count_j = [[jResp SizeOfArray: @"image.Applications[i].Platforms"] intValue];
    while (j < count_j) {
        jResp.J = [NSNumber numberWithInt: j];
        strVal = [jResp StringOf: @"image.Applications[i].Platforms[j]"];
        j = j + 1;
    }

    i = i + 1;
}

i = 0;
count_i = [[jResp SizeOfArray: @"image.ImageErrors"] intValue];
while (i < count_i) {
    jResp.I = [NSNumber numberWithInt: i];
    ErrorCode = [jResp StringOf: @"image.ImageErrors[i].ErrorCode"];
    ErrorMessage = [jResp StringOf: @"image.ImageErrors[i].ErrorMessage"];
    ErrorTimestamp = [[jResp IntOf: @"image.ImageErrors[i].ErrorTimestamp"] intValue];
    i = i + 1;
}

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

// {
//   "canUpdateImage": boolean,
//   "image": {
//     "Applications": [
//       {
//         "AppBlockArn": "string",
//         "Arn": "string",
//         "CreatedTime": number,
//         "Description": "string",
//         "DisplayName": "string",
//         "Enabled": boolean,
//         "IconS3Location": {
//           "S3Bucket": "string",
//           "S3Key": "string"
//         },
//         "IconURL": "string",
//         "InstanceFamilies": [
//           "string"
//         ],
//         "LaunchParameters": "string",
//         "LaunchPath": "string",
//         "Metadata": {
//           "string": "string"
//         },
//         "Name": "string",
//         "Platforms": [
//           "string"
//         ],
//         "WorkingDirectory": "string"
//       }
//     ],
//     "AppstreamAgentVersion": "string",
//     "Arn": "string",
//     "BaseImageArn": "string",
//     "CreatedTime": number,
//     "Description": "string",
//     "DisplayName": "string",
//     "ImageBuilderName": "string",
//     "ImageBuilderSupported": boolean,
//     "ImageErrors": [
//       {
//         "ErrorCode": "string",
//         "ErrorMessage": "string",
//         "ErrorTimestamp": number
//       }
//     ],
//     "ImagePermissions": {
//       "allowFleet": boolean,
//       "allowImageBuilder": boolean
//     },
//     "Name": "string",
//     "Platform": "string",
//     "PublicBaseImageReleasedDate": number,
//     "State": "string",
//     "StateChangeReason": {
//       "Code": "string",
//       "Message": "string"
//     },
//     "Visibility": "string"
//   }
// }