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 |
Updates a cluster within an instance.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.clusters.update
.
Synopsis
- type ProjectsInstancesClustersUpdateResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Cluster :> Put '[JSON] Operation))))))))
- projectsInstancesClustersUpdate :: Cluster -> Text -> ProjectsInstancesClustersUpdate
- data ProjectsInstancesClustersUpdate
- picuXgafv :: Lens' ProjectsInstancesClustersUpdate (Maybe Xgafv)
- picuUploadProtocol :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)
- picuAccessToken :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)
- picuUploadType :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)
- picuPayload :: Lens' ProjectsInstancesClustersUpdate Cluster
- picuName :: Lens' ProjectsInstancesClustersUpdate Text
- picuCallback :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)
REST Resource
type ProjectsInstancesClustersUpdateResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Cluster :> Put '[JSON] Operation)))))))) Source #
A resource alias for bigtableadmin.projects.instances.clusters.update
method which the
ProjectsInstancesClustersUpdate
request conforms to.
Creating a Request
projectsInstancesClustersUpdate Source #
Creates a value of ProjectsInstancesClustersUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesClustersUpdate Source #
Updates a cluster within an instance.
See: projectsInstancesClustersUpdate
smart constructor.
Instances
Request Lenses
picuUploadProtocol :: Lens' ProjectsInstancesClustersUpdate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
picuAccessToken :: Lens' ProjectsInstancesClustersUpdate (Maybe Text) Source #
OAuth access token.
picuUploadType :: Lens' ProjectsInstancesClustersUpdate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
picuPayload :: Lens' ProjectsInstancesClustersUpdate Cluster Source #
Multipart request metadata.
picuName :: Lens' ProjectsInstancesClustersUpdate Text Source #
(`OutputOnly`) The unique name of the cluster. Values are of the form `projects//instances//clusters/a-z*`.
picuCallback :: Lens' ProjectsInstancesClustersUpdate (Maybe Text) Source #
JSONP