Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Undeletes a Container Version.
See: Tag Manager API Reference for tagmanager.accounts.containers.versions.undelete
.
Synopsis
- type AccountsContainersVersionsUndeleteResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "undelete" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ContainerVersion)))
- accountsContainersVersionsUndelete :: Text -> AccountsContainersVersionsUndelete
- data AccountsContainersVersionsUndelete
- acvuPath :: Lens' AccountsContainersVersionsUndelete Text
REST Resource
type AccountsContainersVersionsUndeleteResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "undelete" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ContainerVersion))) Source #
A resource alias for tagmanager.accounts.containers.versions.undelete
method which the
AccountsContainersVersionsUndelete
request conforms to.
Creating a Request
accountsContainersVersionsUndelete Source #
Creates a value of AccountsContainersVersionsUndelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersVersionsUndelete Source #
Undeletes a Container Version.
See: accountsContainersVersionsUndelete
smart constructor.