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 |
Quick previews a workspace by creating a fake container version from all entities in the provided workspace.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.quick_preview
.
Synopsis
- type AccountsContainersWorkspacesQuickPreviewResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "quick_preview" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] QuickPreviewResponse)))
- accountsContainersWorkspacesQuickPreview :: Text -> AccountsContainersWorkspacesQuickPreview
- data AccountsContainersWorkspacesQuickPreview
- acwqpPath :: Lens' AccountsContainersWorkspacesQuickPreview Text
REST Resource
type AccountsContainersWorkspacesQuickPreviewResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "quick_preview" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] QuickPreviewResponse))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.quick_preview
method which the
AccountsContainersWorkspacesQuickPreview
request conforms to.
Creating a Request
accountsContainersWorkspacesQuickPreview Source #
Creates a value of AccountsContainersWorkspacesQuickPreview
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesQuickPreview Source #
Quick previews a workspace by creating a fake container version from all entities in the provided workspace.
See: accountsContainersWorkspacesQuickPreview
smart constructor.