AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Deletes the artifacts associated with an import task using a presigned url to address the manifest for the import. No check is performed to determine whether the associated conversion task is in progress.

Namespace: Amazon.EC2.Import
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public void DeleteImageArtifacts(
         IAmazonS3 s3Client,
         String manifestUrl,
         CleanupProgressCallback progressCallback
)

Parameters

s3Client
Type: Amazon.S3.IAmazonS3

An Amazon S3 client for the operation to use. This should have been constructed using credentials that have access to the bucket containing the image file artifacts and be scoped to the region containing the bucket.

manifestUrl
Type: System.String

Presigned URL to the import manifest file

progressCallback
Type: Amazon.EC2.Import.CleanupProgressCallback

Optional progress callback

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5