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 |
Gets the details of a configuration.
See: Android Device Provisioning Partner API Reference for androiddeviceprovisioning.customers.configurations.get
.
Synopsis
- type CustomersConfigurationsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Configuration)))))))
- customersConfigurationsGet :: Text -> CustomersConfigurationsGet
- data CustomersConfigurationsGet
- ccgXgafv :: Lens' CustomersConfigurationsGet (Maybe Xgafv)
- ccgUploadProtocol :: Lens' CustomersConfigurationsGet (Maybe Text)
- ccgAccessToken :: Lens' CustomersConfigurationsGet (Maybe Text)
- ccgUploadType :: Lens' CustomersConfigurationsGet (Maybe Text)
- ccgName :: Lens' CustomersConfigurationsGet Text
- ccgCallback :: Lens' CustomersConfigurationsGet (Maybe Text)
REST Resource
type CustomersConfigurationsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Configuration))))))) Source #
A resource alias for androiddeviceprovisioning.customers.configurations.get
method which the
CustomersConfigurationsGet
request conforms to.
Creating a Request
customersConfigurationsGet Source #
Creates a value of CustomersConfigurationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CustomersConfigurationsGet Source #
Gets the details of a configuration.
See: customersConfigurationsGet
smart constructor.
Instances
Request Lenses
ccgUploadProtocol :: Lens' CustomersConfigurationsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ccgAccessToken :: Lens' CustomersConfigurationsGet (Maybe Text) Source #
OAuth access token.
ccgUploadType :: Lens' CustomersConfigurationsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ccgName :: Lens' CustomersConfigurationsGet Text Source #
Required. The configuration to get. An API resource name in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`.
ccgCallback :: Lens' CustomersConfigurationsGet (Maybe Text) Source #
JSONP