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 |
Uploads the specified SSL certificate.
See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.create
.
Synopsis
- type AppsAuthorizedCertificatesCreateResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AuthorizedCertificate :> Post '[JSON] AuthorizedCertificate))))))))))
- appsAuthorizedCertificatesCreate :: AuthorizedCertificate -> Text -> AppsAuthorizedCertificatesCreate
- data AppsAuthorizedCertificatesCreate
- aaccXgafv :: Lens' AppsAuthorizedCertificatesCreate (Maybe Xgafv)
- aaccUploadProtocol :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text)
- aaccAccessToken :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text)
- aaccUploadType :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text)
- aaccPayload :: Lens' AppsAuthorizedCertificatesCreate AuthorizedCertificate
- aaccAppsId :: Lens' AppsAuthorizedCertificatesCreate Text
- aaccCallback :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text)
REST Resource
type AppsAuthorizedCertificatesCreateResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AuthorizedCertificate :> Post '[JSON] AuthorizedCertificate)))))))))) Source #
A resource alias for appengine.apps.authorizedCertificates.create
method which the
AppsAuthorizedCertificatesCreate
request conforms to.
Creating a Request
appsAuthorizedCertificatesCreate Source #
Creates a value of AppsAuthorizedCertificatesCreate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsAuthorizedCertificatesCreate Source #
Uploads the specified SSL certificate.
See: appsAuthorizedCertificatesCreate
smart constructor.
Instances
Request Lenses
aaccUploadProtocol :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aaccAccessToken :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text) Source #
OAuth access token.
aaccUploadType :: Lens' AppsAuthorizedCertificatesCreate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
aaccPayload :: Lens' AppsAuthorizedCertificatesCreate AuthorizedCertificate Source #
Multipart request metadata.
aaccAppsId :: Lens' AppsAuthorizedCertificatesCreate Text Source #
Part of `parent`. Name of the parent Application resource. Example: apps/myapp.