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 specified domain mapping.
See: App Engine Admin API Reference for appengine.apps.domainMappings.get
.
Synopsis
- type AppsDomainMAppingsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("domainMappings" :> (Capture "domainMappingsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DomainMApping))))))))))
- appsDomainMAppingsGet :: Text -> Text -> AppsDomainMAppingsGet
- data AppsDomainMAppingsGet
- admagXgafv :: Lens' AppsDomainMAppingsGet (Maybe Xgafv)
- admagUploadProtocol :: Lens' AppsDomainMAppingsGet (Maybe Text)
- admagAccessToken :: Lens' AppsDomainMAppingsGet (Maybe Text)
- admagUploadType :: Lens' AppsDomainMAppingsGet (Maybe Text)
- admagAppsId :: Lens' AppsDomainMAppingsGet Text
- admagDomainMAppingsId :: Lens' AppsDomainMAppingsGet Text
- admagCallback :: Lens' AppsDomainMAppingsGet (Maybe Text)
REST Resource
type AppsDomainMAppingsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("domainMappings" :> (Capture "domainMappingsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DomainMApping)))))))))) Source #
A resource alias for appengine.apps.domainMappings.get
method which the
AppsDomainMAppingsGet
request conforms to.
Creating a Request
appsDomainMAppingsGet Source #
Creates a value of AppsDomainMAppingsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsDomainMAppingsGet Source #
Gets the specified domain mapping.
See: appsDomainMAppingsGet
smart constructor.
Instances
Request Lenses
admagXgafv :: Lens' AppsDomainMAppingsGet (Maybe Xgafv) Source #
V1 error format.
admagUploadProtocol :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
admagAccessToken :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #
OAuth access token.
admagUploadType :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
admagAppsId :: Lens' AppsDomainMAppingsGet Text Source #
Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.
admagDomainMAppingsId :: Lens' AppsDomainMAppingsGet Text Source #
Part of `name`. See documentation of `appsId`.
admagCallback :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #
JSONP