| 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 |
Network.Google.Resource.Logging.Organizations.Sinks.Update
Description
Updates or creates a sink.
See: Stackdriver Logging API Reference for logging.organizations.sinks.update.
- type OrganizationsSinksUpdateResource = "v2" :> (Capture "sinkName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Put '[JSON] LogSink))))))))))
- organizationsSinksUpdate :: LogSink -> Text -> OrganizationsSinksUpdate
- data OrganizationsSinksUpdate
- osuXgafv :: Lens' OrganizationsSinksUpdate (Maybe Xgafv)
- osuUploadProtocol :: Lens' OrganizationsSinksUpdate (Maybe Text)
- osuPp :: Lens' OrganizationsSinksUpdate Bool
- osuAccessToken :: Lens' OrganizationsSinksUpdate (Maybe Text)
- osuUploadType :: Lens' OrganizationsSinksUpdate (Maybe Text)
- osuPayload :: Lens' OrganizationsSinksUpdate LogSink
- osuBearerToken :: Lens' OrganizationsSinksUpdate (Maybe Text)
- osuSinkName :: Lens' OrganizationsSinksUpdate Text
- osuCallback :: Lens' OrganizationsSinksUpdate (Maybe Text)
REST Resource
type OrganizationsSinksUpdateResource = "v2" :> (Capture "sinkName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Put '[JSON] LogSink)))))))))) Source #
A resource alias for logging.organizations.sinks.update method which the
OrganizationsSinksUpdate request conforms to.
Creating a Request
organizationsSinksUpdate Source #
Arguments
| :: LogSink | |
| -> Text | |
| -> OrganizationsSinksUpdate |
Creates a value of OrganizationsSinksUpdate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsSinksUpdate Source #
Updates or creates a sink.
See: organizationsSinksUpdate smart constructor.
Instances
Request Lenses
osuUploadProtocol :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
osuAccessToken :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #
OAuth access token.
osuUploadType :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
osuPayload :: Lens' OrganizationsSinksUpdate LogSink Source #
Multipart request metadata.
osuBearerToken :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #
OAuth bearer token.
osuSinkName :: Lens' OrganizationsSinksUpdate Text Source #
Required. The resource name of the sink to update, including the parent resource and the sink identifier. If the sink does not exist, this method creates the sink. Example: `"projects/my-project-id/sinks/my-sink-id"`.
osuCallback :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #
JSONP