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 |
Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.sync
.
Synopsis
- type AccountsContainersWorkspacesSyncResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "sync" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] SyncWorkspaceResponse)))
- accountsContainersWorkspacesSync :: Text -> AccountsContainersWorkspacesSync
- data AccountsContainersWorkspacesSync
- acwsPath :: Lens' AccountsContainersWorkspacesSync Text
REST Resource
type AccountsContainersWorkspacesSyncResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "sync" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] SyncWorkspaceResponse))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.sync
method which the
AccountsContainersWorkspacesSync
request conforms to.
Creating a Request
accountsContainersWorkspacesSync Source #
Creates a value of AccountsContainersWorkspacesSync
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesSync Source #
Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.
See: accountsContainersWorkspacesSync
smart constructor.