Chilkat Online Tools

DeleteImage VB6 Example

Amazon AppStream

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

Dim rest As New ChilkatRest
Dim success As Long

Dim authAws As New ChilkatAuthAws
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
success = 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",443,1,1)
If (success <> 1) Then
    Debug.Print "ConnectFailReason: " & rest.ConnectFailReason
    Debug.Print rest.LastErrorText
    Exit Sub
End If

' 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

Dim json As New ChilkatJsonObject
success = json.UpdateString("Name","string")

' The JSON request body created by the above code:

' {
'   "Name": "string"
' }

success = rest.AddHeader("Content-Type","application/x-amz-json-1.1")
success = rest.AddHeader("X-Amz-Target","PhotonAdminProxyService.DeleteImage")

Dim sbRequestBody As New ChilkatStringBuilder
success = json.EmitSb(sbRequestBody)
Dim sbResponseBody As New ChilkatStringBuilder
success = rest.FullRequestSb("POST","/",sbRequestBody,sbResponseBody)
If (success <> 1) Then
    Debug.Print rest.LastErrorText
    Exit Sub
End If

Dim respStatusCode As Long
respStatusCode = rest.ResponseStatusCode
Debug.Print "response status code = " & respStatusCode
If (respStatusCode <> 200) Then
    Debug.Print "Response Header:"
    Debug.Print rest.ResponseHeader
    Debug.Print "Response Body:"
    Debug.Print sbResponseBody.GetAsString()
    Exit Sub
End If

Dim jResp As New ChilkatJsonObject
success = 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

Dim AppBlockArn As String
Dim Enabled As Long
Dim S3Bucket As String
Dim S3Key As String
Dim IconURL As String
Dim LaunchParameters As String
Dim LaunchPath As String
Dim v_String As String
Dim WorkingDirectory As String
Dim j As Long
Dim count_j As Long
Dim strVal As String
Dim ErrorCode As String
Dim ErrorMessage As String
Dim ErrorTimestamp As Long

Dim AppstreamAgentVersion As String
AppstreamAgentVersion = jResp.StringOf("Image.AppstreamAgentVersion")
Dim Arn As String
Arn = jResp.StringOf("Image.Arn")
Dim BaseImageArn As String
BaseImageArn = jResp.StringOf("Image.BaseImageArn")
Dim CreatedTime As Long
CreatedTime = jResp.IntOf("Image.CreatedTime")
Dim Description As String
Description = jResp.StringOf("Image.Description")
Dim DisplayName As String
DisplayName = jResp.StringOf("Image.DisplayName")
Dim ImageBuilderName As String
ImageBuilderName = jResp.StringOf("Image.ImageBuilderName")
Dim ImageBuilderSupported As Long
ImageBuilderSupported = jResp.IntOf("Image.ImageBuilderSupported")
Dim AllowFleet As Long
AllowFleet = jResp.IntOf("Image.ImagePermissions.allowFleet")
Dim AllowImageBuilder As Long
AllowImageBuilder = jResp.IntOf("Image.ImagePermissions.allowImageBuilder")
Dim Name As String
Name = jResp.StringOf("Image.Name")
Dim Platform As String
Platform = jResp.StringOf("Image.Platform")
Dim PublicBaseImageReleasedDate As Long
PublicBaseImageReleasedDate = jResp.IntOf("Image.PublicBaseImageReleasedDate")
Dim State As String
State = jResp.StringOf("Image.State")
Dim Code As String
Code = jResp.StringOf("Image.StateChangeReason.Code")
Dim Message As String
Message = jResp.StringOf("Image.StateChangeReason.Message")
Dim Visibility As String
Visibility = jResp.StringOf("Image.Visibility")
Dim i As Long
i = 0
Dim count_i As Long
count_i = jResp.SizeOfArray("Image.Applications")
Do While i < count_i
    jResp.I = i
    AppBlockArn = jResp.StringOf("Image.Applications[i].AppBlockArn")
    Arn = jResp.StringOf("Image.Applications[i].Arn")
    CreatedTime = jResp.IntOf("Image.Applications[i].CreatedTime")
    Description = jResp.StringOf("Image.Applications[i].Description")
    DisplayName = jResp.StringOf("Image.Applications[i].DisplayName")
    Enabled = jResp.IntOf("Image.Applications[i].Enabled")
    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")
    Do While j < count_j
        jResp.J = j
        strVal = jResp.StringOf("Image.Applications[i].InstanceFamilies[j]")
        j = j + 1
    Loop
    j = 0
    count_j = jResp.SizeOfArray("Image.Applications[i].Platforms")
    Do While j < count_j
        jResp.J = j
        strVal = jResp.StringOf("Image.Applications[i].Platforms[j]")
        j = j + 1
    Loop
    i = i + 1
Loop
i = 0
count_i = jResp.SizeOfArray("Image.ImageErrors")
Do While i < count_i
    jResp.I = i
    ErrorCode = jResp.StringOf("Image.ImageErrors[i].ErrorCode")
    ErrorMessage = jResp.StringOf("Image.ImageErrors[i].ErrorMessage")
    ErrorTimestamp = jResp.IntOf("Image.ImageErrors[i].ErrorTimestamp")
    i = i + 1
Loop

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

' {
'   "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"
'   }
' }