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 |
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.
See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.patch
.
Synopsis
- type AppsAuthorizedCertificatesPatchResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AuthorizedCertificate :> Patch '[JSON] AuthorizedCertificate))))))))))))
- appsAuthorizedCertificatesPatch :: Text -> AuthorizedCertificate -> Text -> AppsAuthorizedCertificatesPatch
- data AppsAuthorizedCertificatesPatch
- aacpAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesPatch Text
- aacpXgafv :: Lens' AppsAuthorizedCertificatesPatch (Maybe Xgafv)
- aacpUploadProtocol :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text)
- aacpUpdateMask :: Lens' AppsAuthorizedCertificatesPatch (Maybe GFieldMask)
- aacpAccessToken :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text)
- aacpUploadType :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text)
- aacpPayload :: Lens' AppsAuthorizedCertificatesPatch AuthorizedCertificate
- aacpAppsId :: Lens' AppsAuthorizedCertificatesPatch Text
- aacpCallback :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text)
REST Resource
type AppsAuthorizedCertificatesPatchResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AuthorizedCertificate :> Patch '[JSON] AuthorizedCertificate)))))))))))) Source #
A resource alias for appengine.apps.authorizedCertificates.patch
method which the
AppsAuthorizedCertificatesPatch
request conforms to.
Creating a Request
appsAuthorizedCertificatesPatch Source #
Creates a value of AppsAuthorizedCertificatesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsAuthorizedCertificatesPatch Source #
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.
See: appsAuthorizedCertificatesPatch
smart constructor.
Instances
Request Lenses
aacpAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesPatch Text Source #
Part of `name`. See documentation of `appsId`.
aacpUploadProtocol :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aacpUpdateMask :: Lens' AppsAuthorizedCertificatesPatch (Maybe GFieldMask) Source #
Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.
aacpAccessToken :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text) Source #
OAuth access token.
aacpUploadType :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
aacpPayload :: Lens' AppsAuthorizedCertificatesPatch AuthorizedCertificate Source #
Multipart request metadata.
aacpAppsId :: Lens' AppsAuthorizedCertificatesPatch Text Source #
Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.
aacpCallback :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text) Source #
JSONP