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 |
Lists a customer's configurations.
See: Android Device Provisioning Partner API Reference for androiddeviceprovisioning.customers.configurations.list
.
Synopsis
- type CustomersConfigurationsListResource = "v1" :> (Capture "parent" Text :> ("configurations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomerListConfigurationsResponse))))))))
- customersConfigurationsList :: Text -> CustomersConfigurationsList
- data CustomersConfigurationsList
- cclParent :: Lens' CustomersConfigurationsList Text
- cclXgafv :: Lens' CustomersConfigurationsList (Maybe Xgafv)
- cclUploadProtocol :: Lens' CustomersConfigurationsList (Maybe Text)
- cclAccessToken :: Lens' CustomersConfigurationsList (Maybe Text)
- cclUploadType :: Lens' CustomersConfigurationsList (Maybe Text)
- cclCallback :: Lens' CustomersConfigurationsList (Maybe Text)
REST Resource
type CustomersConfigurationsListResource = "v1" :> (Capture "parent" Text :> ("configurations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomerListConfigurationsResponse)))))))) Source #
A resource alias for androiddeviceprovisioning.customers.configurations.list
method which the
CustomersConfigurationsList
request conforms to.
Creating a Request
customersConfigurationsList Source #
Creates a value of CustomersConfigurationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CustomersConfigurationsList Source #
Lists a customer's configurations.
See: customersConfigurationsList
smart constructor.
Instances
Request Lenses
cclParent :: Lens' CustomersConfigurationsList Text Source #
Required. The customer that manages the listed configurations. An API resource name in the format `customers/[CUSTOMER_ID]`.
cclUploadProtocol :: Lens' CustomersConfigurationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
cclAccessToken :: Lens' CustomersConfigurationsList (Maybe Text) Source #
OAuth access token.
cclUploadType :: Lens' CustomersConfigurationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
cclCallback :: Lens' CustomersConfigurationsList (Maybe Text) Source #
JSONP