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 |
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors.
See: Tag Manager API Reference for tagmanager.accounts.containers.versions.set_latest
.
Synopsis
- type AccountsContainersVersionsSetLatestResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "set_latest" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ContainerVersion)))
- accountsContainersVersionsSetLatest :: Text -> AccountsContainersVersionsSetLatest
- data AccountsContainersVersionsSetLatest
- acvslPath :: Lens' AccountsContainersVersionsSetLatest Text
REST Resource
type AccountsContainersVersionsSetLatestResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "set_latest" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ContainerVersion))) Source #
A resource alias for tagmanager.accounts.containers.versions.set_latest
method which the
AccountsContainersVersionsSetLatest
request conforms to.
Creating a Request
accountsContainersVersionsSetLatest Source #
Creates a value of AccountsContainersVersionsSetLatest
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersVersionsSetLatest Source #
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors.
See: accountsContainersVersionsSetLatest
smart constructor.