amazonka-ds-1.3.3.1: Amazon Directory Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.DeleteSnapshot

Contents

Description

Deletes a directory snapshot.

See: AWS API Reference for DeleteSnapshot.

Synopsis

Creating a Request

deleteSnapshot Source

Creates a value of DeleteSnapshot with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dsSnapshotId :: Lens' DeleteSnapshot Text Source

The identifier of the directory snapshot to be deleted.

Destructuring the Response

deleteSnapshotResponse Source

Creates a value of DeleteSnapshotResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dsrsSnapshotId :: Lens' DeleteSnapshotResponse (Maybe Text) Source

The identifier of the directory snapshot that was deleted.