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 3.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(
         RegionEndpoint region,
         String manifestUrl,
         CleanupProgressCallback progressCallback
)

Parameters

region
Type: Amazon.RegionEndpoint

The region containing the bucket where the image file artifacts were stored

manifestUrl
Type: System.String

Presigned URL to the import manifest file

progressCallback
Type: Amazon.EC2.Import.CleanupProgressCallback

Optional progress callback

Remarks

An Amazon S3 client will be constructed using the specified region and default credentials.

Version Information

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