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 an existing floodlight configuration.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.floodlightConfigurations.update
.
Synopsis
- type FloodlightConfigurationsUpdateResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("floodlightConfigurations" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] FloodlightConfiguration :> Put '[JSON] FloodlightConfiguration))))))
- floodlightConfigurationsUpdate :: Int64 -> FloodlightConfiguration -> FloodlightConfigurationsUpdate
- data FloodlightConfigurationsUpdate
- fcuProFileId :: Lens' FloodlightConfigurationsUpdate Int64
- fcuPayload :: Lens' FloodlightConfigurationsUpdate FloodlightConfiguration
REST Resource
type FloodlightConfigurationsUpdateResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("floodlightConfigurations" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] FloodlightConfiguration :> Put '[JSON] FloodlightConfiguration)))))) Source #
A resource alias for dfareporting.floodlightConfigurations.update
method which the
FloodlightConfigurationsUpdate
request conforms to.
Creating a Request
floodlightConfigurationsUpdate Source #
Creates a value of FloodlightConfigurationsUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FloodlightConfigurationsUpdate Source #
Updates an existing floodlight configuration.
See: floodlightConfigurationsUpdate
smart constructor.
Instances
Request Lenses
fcuProFileId :: Lens' FloodlightConfigurationsUpdate Int64 Source #
User profile ID associated with this request.
fcuPayload :: Lens' FloodlightConfigurationsUpdate FloodlightConfiguration Source #
Multipart request metadata.