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 instance information.
See: App Engine Admin API Reference for appengine.apps.services.versions.instances.get
.
Synopsis
- type AppsServicesVersionsInstancesGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (Capture "servicesId" Text :> ("versions" :> (Capture "versionsId" Text :> ("instances" :> (Capture "instancesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Instance))))))))))))))
- appsServicesVersionsInstancesGet :: Text -> Text -> Text -> Text -> AppsServicesVersionsInstancesGet
- data AppsServicesVersionsInstancesGet
- asvigXgafv :: Lens' AppsServicesVersionsInstancesGet (Maybe Xgafv)
- asvigInstancesId :: Lens' AppsServicesVersionsInstancesGet Text
- asvigUploadProtocol :: Lens' AppsServicesVersionsInstancesGet (Maybe Text)
- asvigAccessToken :: Lens' AppsServicesVersionsInstancesGet (Maybe Text)
- asvigUploadType :: Lens' AppsServicesVersionsInstancesGet (Maybe Text)
- asvigVersionsId :: Lens' AppsServicesVersionsInstancesGet Text
- asvigAppsId :: Lens' AppsServicesVersionsInstancesGet Text
- asvigServicesId :: Lens' AppsServicesVersionsInstancesGet Text
- asvigCallback :: Lens' AppsServicesVersionsInstancesGet (Maybe Text)
REST Resource
type AppsServicesVersionsInstancesGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (Capture "servicesId" Text :> ("versions" :> (Capture "versionsId" Text :> ("instances" :> (Capture "instancesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Instance)))))))))))))) Source #
A resource alias for appengine.apps.services.versions.instances.get
method which the
AppsServicesVersionsInstancesGet
request conforms to.
Creating a Request
appsServicesVersionsInstancesGet Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> AppsServicesVersionsInstancesGet |
Creates a value of AppsServicesVersionsInstancesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsServicesVersionsInstancesGet Source #
Gets instance information.
See: appsServicesVersionsInstancesGet
smart constructor.
Instances
Request Lenses
asvigXgafv :: Lens' AppsServicesVersionsInstancesGet (Maybe Xgafv) Source #
V1 error format.
asvigInstancesId :: Lens' AppsServicesVersionsInstancesGet Text Source #
Part of `name`. See documentation of `appsId`.
asvigUploadProtocol :: Lens' AppsServicesVersionsInstancesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
asvigAccessToken :: Lens' AppsServicesVersionsInstancesGet (Maybe Text) Source #
OAuth access token.
asvigUploadType :: Lens' AppsServicesVersionsInstancesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
asvigVersionsId :: Lens' AppsServicesVersionsInstancesGet Text Source #
Part of `name`. See documentation of `appsId`.
asvigAppsId :: Lens' AppsServicesVersionsInstancesGet Text Source #
Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.
asvigServicesId :: Lens' AppsServicesVersionsInstancesGet Text Source #
Part of `name`. See documentation of `appsId`.