Chilkat Online Tools

RetryBuildBatch Node.js Example

AWS CodeBuild

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node17-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node17-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node17-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node17-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node17-linux64');
    }
} else if (os.platform() == 'darwin') {
    var chilkat = require('@chilkat/ck-node17-macosx');
}

function chilkatExample() {

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

    var rest = new chilkat.Rest();
    var success;

    var authAws = new chilkat.AuthAws();
    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 = "codebuild";
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    rest.SetAuthAws(authAws);

    // URL: https://codebuild.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    success = rest.Connect("codebuild.us-west-2.amazonaws.com",443,true,true);
    if (success !== true) {
        console.log("ConnectFailReason: " + rest.ConnectFailReason);
        console.log(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

    var json = new chilkat.JsonObject();
    json.UpdateString("id","string");
    json.UpdateString("idempotencyToken","string");
    json.UpdateString("retryType","string");

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

    // {
    //   "id": "string",
    //   "idempotencyToken": "string",
    //   "retryType": "string"
    // }

    rest.AddHeader("Content-Type","application/x-amz-json-1.1");
    rest.AddHeader("X-Amz-Target","CodeBuild_20161006.RetryBuildBatch");

    var sbRequestBody = new chilkat.StringBuilder();
    json.EmitSb(sbRequestBody);
    var sbResponseBody = new chilkat.StringBuilder();
    success = rest.FullRequestSb("POST","/",sbRequestBody,sbResponseBody);
    if (success !== true) {
        console.log(rest.LastErrorText);
        return;
    }

    var respStatusCode = rest.ResponseStatusCode;
    console.log("response status code = " + respStatusCode);
    if (respStatusCode !== 200) {
        console.log("Response Header:");
        console.log(rest.ResponseHeader);
        console.log("Response Body:");
        console.log(sbResponseBody.GetAsString());
        return;
    }

    var jResp = new chilkat.JsonObject();
    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

    var strVal;
    var currentBuildSummaryArn;
    var BuildStatus;
    var Identifier;
    var PrimaryArtifactLocation;
    var PrimaryArtifactType;
    var RequestedOn;
    var identifier;
    var ignoreFailure;
    var j;
    var count_j;
    var location;
    var v_type;
    var arn;
    var buildStatus;
    var primaryArtifactIdentifier;
    var primaryArtifactLocation;
    var primaryArtifactType;
    var requestedOn;
    var k;
    var count_k;
    var name;
    var value;
    var mountOptions;
    var mountPoint;
    var durationInSeconds;
    var endTime;
    var phaseStatus;
    var phaseType;
    var startTime;
    var message;
    var statusCode;
    var artifactIdentifier;
    var bucketOwnerAccess;
    var encryptionDisabled;
    var md5sum;
    var overrideArtifactName;
    var sha256sum;
    var authResource;
    var authType;
    var buildspec;
    var buildStatusConfigContext;
    var buildStatusConfigTargetUrl;
    var gitCloneDepth;
    var gitSubmodulesConfigFetchSubmodules;
    var insecureSsl;
    var reportBuildStatus;
    var sourceIdentifier;
    var sourceVersion;

    var Arn = jResp.StringOf("buildBatch.arn");
    var ArtifactIdentifier = jResp.StringOf("buildBatch.artifacts.artifactIdentifier");
    var BucketOwnerAccess = jResp.StringOf("buildBatch.artifacts.bucketOwnerAccess");
    var EncryptionDisabled = jResp.IntOf("buildBatch.artifacts.encryptionDisabled");
    var Location = jResp.StringOf("buildBatch.artifacts.location");
    var Md5sum = jResp.StringOf("buildBatch.artifacts.md5sum");
    var OverrideArtifactName = jResp.IntOf("buildBatch.artifacts.overrideArtifactName");
    var Sha256sum = jResp.StringOf("buildBatch.artifacts.sha256sum");
    var BatchReportMode = jResp.StringOf("buildBatch.buildBatchConfig.batchReportMode");
    var CombineArtifacts = jResp.IntOf("buildBatch.buildBatchConfig.combineArtifacts");
    var MaximumBuildsAllowed = jResp.IntOf("buildBatch.buildBatchConfig.restrictions.maximumBuildsAllowed");
    var ServiceRole = jResp.StringOf("buildBatch.buildBatchConfig.serviceRole");
    var TimeoutInMins = jResp.IntOf("buildBatch.buildBatchConfig.timeoutInMins");
    var BuildBatchNumber = jResp.IntOf("buildBatch.buildBatchNumber");
    var BuildBatchStatus = jResp.StringOf("buildBatch.buildBatchStatus");
    var BuildTimeoutInMinutes = jResp.IntOf("buildBatch.buildTimeoutInMinutes");
    var CacheLocation = jResp.StringOf("buildBatch.cache.location");
    var v_Type = jResp.StringOf("buildBatch.cache.type");
    var Complete = jResp.IntOf("buildBatch.complete");
    var CurrentPhase = jResp.StringOf("buildBatch.currentPhase");
    var DebugSessionEnabled = jResp.IntOf("buildBatch.debugSessionEnabled");
    var EncryptionKey = jResp.StringOf("buildBatch.encryptionKey");
    var EndTime = jResp.IntOf("buildBatch.endTime");
    var Certificate = jResp.StringOf("buildBatch.environment.certificate");
    var ComputeType = jResp.StringOf("buildBatch.environment.computeType");
    var Image = jResp.StringOf("buildBatch.environment.image");
    var ImagePullCredentialsType = jResp.StringOf("buildBatch.environment.imagePullCredentialsType");
    var PrivilegedMode = jResp.IntOf("buildBatch.environment.privilegedMode");
    var Credential = jResp.StringOf("buildBatch.environment.registryCredential.credential");
    var CredentialProvider = jResp.StringOf("buildBatch.environment.registryCredential.credentialProvider");
    var EnvironmentType = jResp.StringOf("buildBatch.environment.type");
    var Id = jResp.StringOf("buildBatch.id");
    var Initiator = jResp.StringOf("buildBatch.initiator");
    var GroupName = jResp.StringOf("buildBatch.logConfig.cloudWatchLogs.groupName");
    var Status = jResp.StringOf("buildBatch.logConfig.cloudWatchLogs.status");
    var StreamName = jResp.StringOf("buildBatch.logConfig.cloudWatchLogs.streamName");
    var S3LogsBucketOwnerAccess = jResp.StringOf("buildBatch.logConfig.s3Logs.bucketOwnerAccess");
    var S3LogsEncryptionDisabled = jResp.IntOf("buildBatch.logConfig.s3Logs.encryptionDisabled");
    var S3LogsLocation = jResp.StringOf("buildBatch.logConfig.s3Logs.location");
    var S3LogsStatus = jResp.StringOf("buildBatch.logConfig.s3Logs.status");
    var ProjectName = jResp.StringOf("buildBatch.projectName");
    var QueuedTimeoutInMinutes = jResp.IntOf("buildBatch.queuedTimeoutInMinutes");
    var ResolvedSourceVersion = jResp.StringOf("buildBatch.resolvedSourceVersion");
    var buildBatchServiceRole = jResp.StringOf("buildBatch.serviceRole");
    var Resource = jResp.StringOf("buildBatch.source.auth.resource");
    var AuthType = jResp.StringOf("buildBatch.source.auth.type");
    var Buildspec = jResp.StringOf("buildBatch.source.buildspec");
    var Context = jResp.StringOf("buildBatch.source.buildStatusConfig.context");
    var TargetUrl = jResp.StringOf("buildBatch.source.buildStatusConfig.targetUrl");
    var GitCloneDepth = jResp.IntOf("buildBatch.source.gitCloneDepth");
    var FetchSubmodules = jResp.IntOf("buildBatch.source.gitSubmodulesConfig.fetchSubmodules");
    var InsecureSsl = jResp.IntOf("buildBatch.source.insecureSsl");
    var SourceLocation = jResp.StringOf("buildBatch.source.location");
    var ReportBuildStatus = jResp.IntOf("buildBatch.source.reportBuildStatus");
    var SourceIdentifier = jResp.StringOf("buildBatch.source.sourceIdentifier");
    var SourceType = jResp.StringOf("buildBatch.source.type");
    var SourceVersion = jResp.StringOf("buildBatch.sourceVersion");
    var StartTime = jResp.IntOf("buildBatch.startTime");
    var VpcId = jResp.StringOf("buildBatch.vpcConfig.vpcId");
    var i = 0;
    var count_i = jResp.SizeOfArray("buildBatch.buildBatchConfig.restrictions.computeTypesAllowed");
    while (i < count_i) {
        jResp.I = i;
        strVal = jResp.StringOf("buildBatch.buildBatchConfig.restrictions.computeTypesAllowed[i]");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.buildGroups");
    while (i < count_i) {
        jResp.I = i;
        currentBuildSummaryArn = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.arn");
        BuildStatus = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.buildStatus");
        Identifier = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.identifier");
        PrimaryArtifactLocation = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.location");
        PrimaryArtifactType = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.type");
        RequestedOn = jResp.IntOf("buildBatch.buildGroups[i].currentBuildSummary.requestedOn");
        identifier = jResp.StringOf("buildBatch.buildGroups[i].identifier");
        ignoreFailure = jResp.IntOf("buildBatch.buildGroups[i].ignoreFailure");
        j = 0;
        count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts");
        while (j < count_j) {
            jResp.J = j;
            identifier = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].identifier");
            location = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].location");
            v_type = jResp.StringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].type");
            j = j+1;
        }

        j = 0;
        count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].dependsOn");
        while (j < count_j) {
            jResp.J = j;
            strVal = jResp.StringOf("buildBatch.buildGroups[i].dependsOn[j]");
            j = j+1;
        }

        j = 0;
        count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].priorBuildSummaryList");
        while (j < count_j) {
            jResp.J = j;
            arn = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].arn");
            buildStatus = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].buildStatus");
            primaryArtifactIdentifier = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.identifier");
            primaryArtifactLocation = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.location");
            primaryArtifactType = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.type");
            requestedOn = jResp.IntOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].requestedOn");
            k = 0;
            count_k = jResp.SizeOfArray("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts");
            while (k < count_k) {
                jResp.K = k;
                identifier = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].identifier");
                location = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].location");
                v_type = jResp.StringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].type");
                k = k+1;
            }

            j = j+1;
        }

        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.cache.modes");
    while (i < count_i) {
        jResp.I = i;
        strVal = jResp.StringOf("buildBatch.cache.modes[i]");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.environment.environmentVariables");
    while (i < count_i) {
        jResp.I = i;
        name = jResp.StringOf("buildBatch.environment.environmentVariables[i].name");
        v_type = jResp.StringOf("buildBatch.environment.environmentVariables[i].type");
        value = jResp.StringOf("buildBatch.environment.environmentVariables[i].value");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.fileSystemLocations");
    while (i < count_i) {
        jResp.I = i;
        identifier = jResp.StringOf("buildBatch.fileSystemLocations[i].identifier");
        location = jResp.StringOf("buildBatch.fileSystemLocations[i].location");
        mountOptions = jResp.StringOf("buildBatch.fileSystemLocations[i].mountOptions");
        mountPoint = jResp.StringOf("buildBatch.fileSystemLocations[i].mountPoint");
        v_type = jResp.StringOf("buildBatch.fileSystemLocations[i].type");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.phases");
    while (i < count_i) {
        jResp.I = i;
        durationInSeconds = jResp.IntOf("buildBatch.phases[i].durationInSeconds");
        endTime = jResp.IntOf("buildBatch.phases[i].endTime");
        phaseStatus = jResp.StringOf("buildBatch.phases[i].phaseStatus");
        phaseType = jResp.StringOf("buildBatch.phases[i].phaseType");
        startTime = jResp.IntOf("buildBatch.phases[i].startTime");
        j = 0;
        count_j = jResp.SizeOfArray("buildBatch.phases[i].contexts");
        while (j < count_j) {
            jResp.J = j;
            message = jResp.StringOf("buildBatch.phases[i].contexts[j].message");
            statusCode = jResp.StringOf("buildBatch.phases[i].contexts[j].statusCode");
            j = j+1;
        }

        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.secondaryArtifacts");
    while (i < count_i) {
        jResp.I = i;
        artifactIdentifier = jResp.StringOf("buildBatch.secondaryArtifacts[i].artifactIdentifier");
        bucketOwnerAccess = jResp.StringOf("buildBatch.secondaryArtifacts[i].bucketOwnerAccess");
        encryptionDisabled = jResp.IntOf("buildBatch.secondaryArtifacts[i].encryptionDisabled");
        location = jResp.StringOf("buildBatch.secondaryArtifacts[i].location");
        md5sum = jResp.StringOf("buildBatch.secondaryArtifacts[i].md5sum");
        overrideArtifactName = jResp.IntOf("buildBatch.secondaryArtifacts[i].overrideArtifactName");
        sha256sum = jResp.StringOf("buildBatch.secondaryArtifacts[i].sha256sum");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.secondarySources");
    while (i < count_i) {
        jResp.I = i;
        authResource = jResp.StringOf("buildBatch.secondarySources[i].auth.resource");
        authType = jResp.StringOf("buildBatch.secondarySources[i].auth.type");
        buildspec = jResp.StringOf("buildBatch.secondarySources[i].buildspec");
        buildStatusConfigContext = jResp.StringOf("buildBatch.secondarySources[i].buildStatusConfig.context");
        buildStatusConfigTargetUrl = jResp.StringOf("buildBatch.secondarySources[i].buildStatusConfig.targetUrl");
        gitCloneDepth = jResp.IntOf("buildBatch.secondarySources[i].gitCloneDepth");
        gitSubmodulesConfigFetchSubmodules = jResp.IntOf("buildBatch.secondarySources[i].gitSubmodulesConfig.fetchSubmodules");
        insecureSsl = jResp.IntOf("buildBatch.secondarySources[i].insecureSsl");
        location = jResp.StringOf("buildBatch.secondarySources[i].location");
        reportBuildStatus = jResp.IntOf("buildBatch.secondarySources[i].reportBuildStatus");
        sourceIdentifier = jResp.StringOf("buildBatch.secondarySources[i].sourceIdentifier");
        v_type = jResp.StringOf("buildBatch.secondarySources[i].type");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.secondarySourceVersions");
    while (i < count_i) {
        jResp.I = i;
        sourceIdentifier = jResp.StringOf("buildBatch.secondarySourceVersions[i].sourceIdentifier");
        sourceVersion = jResp.StringOf("buildBatch.secondarySourceVersions[i].sourceVersion");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.vpcConfig.securityGroupIds");
    while (i < count_i) {
        jResp.I = i;
        strVal = jResp.StringOf("buildBatch.vpcConfig.securityGroupIds[i]");
        i = i+1;
    }

    i = 0;
    count_i = jResp.SizeOfArray("buildBatch.vpcConfig.subnets");
    while (i < count_i) {
        jResp.I = i;
        strVal = jResp.StringOf("buildBatch.vpcConfig.subnets[i]");
        i = i+1;
    }

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

    // {
    //   "buildBatch": {
    //     "arn": "string",
    //     "artifacts": {
    //       "artifactIdentifier": "string",
    //       "bucketOwnerAccess": "string",
    //       "encryptionDisabled": boolean,
    //       "location": "string",
    //       "md5sum": "string",
    //       "overrideArtifactName": boolean,
    //       "sha256sum": "string"
    //     },
    //     "buildBatchConfig": {
    //       "batchReportMode": "string",
    //       "combineArtifacts": boolean,
    //       "restrictions": {
    //         "computeTypesAllowed": [
    //           "string"
    //         ],
    //         "maximumBuildsAllowed": number
    //       },
    //       "serviceRole": "string",
    //       "timeoutInMins": number
    //     },
    //     "buildBatchNumber": number,
    //     "buildBatchStatus": "string",
    //     "buildGroups": [
    //       {
    //         "currentBuildSummary": {
    //           "arn": "string",
    //           "buildStatus": "string",
    //           "primaryArtifact": {
    //             "identifier": "string",
    //             "location": "string",
    //             "type": "string"
    //           },
    //           "requestedOn": number,
    //           "secondaryArtifacts": [
    //             {
    //               "identifier": "string",
    //               "location": "string",
    //               "type": "string"
    //             }
    //           ]
    //         },
    //         "dependsOn": [
    //           "string"
    //         ],
    //         "identifier": "string",
    //         "ignoreFailure": boolean,
    //         "priorBuildSummaryList": [
    //           {
    //             "arn": "string",
    //             "buildStatus": "string",
    //             "primaryArtifact": {
    //               "identifier": "string",
    //               "location": "string",
    //               "type": "string"
    //             },
    //             "requestedOn": number,
    //             "secondaryArtifacts": [
    //               {
    //                 "identifier": "string",
    //                 "location": "string",
    //                 "type": "string"
    //               }
    //             ]
    //           }
    //         ]
    //       }
    //     ],
    //     "buildTimeoutInMinutes": number,
    //     "cache": {
    //       "location": "string",
    //       "modes": [
    //         "string"
    //       ],
    //       "type": "string"
    //     },
    //     "complete": boolean,
    //     "currentPhase": "string",
    //     "debugSessionEnabled": boolean,
    //     "encryptionKey": "string",
    //     "endTime": number,
    //     "environment": {
    //       "certificate": "string",
    //       "computeType": "string",
    //       "environmentVariables": [
    //         {
    //           "name": "string",
    //           "type": "string",
    //           "value": "string"
    //         }
    //       ],
    //       "image": "string",
    //       "imagePullCredentialsType": "string",
    //       "privilegedMode": boolean,
    //       "registryCredential": {
    //         "credential": "string",
    //         "credentialProvider": "string"
    //       },
    //       "type": "string"
    //     },
    //     "fileSystemLocations": [
    //       {
    //         "identifier": "string",
    //         "location": "string",
    //         "mountOptions": "string",
    //         "mountPoint": "string",
    //         "type": "string"
    //       }
    //     ],
    //     "id": "string",
    //     "initiator": "string",
    //     "logConfig": {
    //       "cloudWatchLogs": {
    //         "groupName": "string",
    //         "status": "string",
    //         "streamName": "string"
    //       },
    //       "s3Logs": {
    //         "bucketOwnerAccess": "string",
    //         "encryptionDisabled": boolean,
    //         "location": "string",
    //         "status": "string"
    //       }
    //     },
    //     "phases": [
    //       {
    //         "contexts": [
    //           {
    //             "message": "string",
    //             "statusCode": "string"
    //           }
    //         ],
    //         "durationInSeconds": number,
    //         "endTime": number,
    //         "phaseStatus": "string",
    //         "phaseType": "string",
    //         "startTime": number
    //       }
    //     ],
    //     "projectName": "string",
    //     "queuedTimeoutInMinutes": number,
    //     "resolvedSourceVersion": "string",
    //     "secondaryArtifacts": [
    //       {
    //         "artifactIdentifier": "string",
    //         "bucketOwnerAccess": "string",
    //         "encryptionDisabled": boolean,
    //         "location": "string",
    //         "md5sum": "string",
    //         "overrideArtifactName": boolean,
    //         "sha256sum": "string"
    //       }
    //     ],
    //     "secondarySources": [
    //       {
    //         "auth": {
    //           "resource": "string",
    //           "type": "string"
    //         },
    //         "buildspec": "string",
    //         "buildStatusConfig": {
    //           "context": "string",
    //           "targetUrl": "string"
    //         },
    //         "gitCloneDepth": number,
    //         "gitSubmodulesConfig": {
    //           "fetchSubmodules": boolean
    //         },
    //         "insecureSsl": boolean,
    //         "location": "string",
    //         "reportBuildStatus": boolean,
    //         "sourceIdentifier": "string",
    //         "type": "string"
    //       }
    //     ],
    //     "secondarySourceVersions": [
    //       {
    //         "sourceIdentifier": "string",
    //         "sourceVersion": "string"
    //       }
    //     ],
    //     "serviceRole": "string",
    //     "source": {
    //       "auth": {
    //         "resource": "string",
    //         "type": "string"
    //       },
    //       "buildspec": "string",
    //       "buildStatusConfig": {
    //         "context": "string",
    //         "targetUrl": "string"
    //       },
    //       "gitCloneDepth": number,
    //       "gitSubmodulesConfig": {
    //         "fetchSubmodules": boolean
    //       },
    //       "insecureSsl": boolean,
    //       "location": "string",
    //       "reportBuildStatus": boolean,
    //       "sourceIdentifier": "string",
    //       "type": "string"
    //     },
    //     "sourceVersion": "string",
    //     "startTime": number,
    //     "vpcConfig": {
    //       "securityGroupIds": [
    //         "string"
    //       ],
    //       "subnets": [
    //         "string"
    //       ],
    //       "vpcId": "string"
    //     }
    //   }
    // }

}

chilkatExample();