gogol-appengine-0.4.0: Google App Engine Admin SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

Contents

Description

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

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

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
Eq AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

Data AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AppsAuthorizedCertificatesPatch -> c AppsAuthorizedCertificatesPatch #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AppsAuthorizedCertificatesPatch #

toConstr :: AppsAuthorizedCertificatesPatch -> Constr #

dataTypeOf :: AppsAuthorizedCertificatesPatch -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AppsAuthorizedCertificatesPatch) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AppsAuthorizedCertificatesPatch) #

gmapT :: (forall b. Data b => b -> b) -> AppsAuthorizedCertificatesPatch -> AppsAuthorizedCertificatesPatch #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AppsAuthorizedCertificatesPatch -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AppsAuthorizedCertificatesPatch -> r #

gmapQ :: (forall d. Data d => d -> u) -> AppsAuthorizedCertificatesPatch -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AppsAuthorizedCertificatesPatch -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AppsAuthorizedCertificatesPatch -> m AppsAuthorizedCertificatesPatch #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AppsAuthorizedCertificatesPatch -> m AppsAuthorizedCertificatesPatch #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AppsAuthorizedCertificatesPatch -> m AppsAuthorizedCertificatesPatch #

Show AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

Generic AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

Associated Types

type Rep AppsAuthorizedCertificatesPatch :: Type -> Type #

GoogleRequest AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

type Rep AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

type Rep AppsAuthorizedCertificatesPatch = D1 (MetaData "AppsAuthorizedCertificatesPatch" "Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsAuthorizedCertificatesPatch'" PrefixI True) (((S1 (MetaSel (Just "_aacpAuthorizedCertificatesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aacpXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_aacpUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacpUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)))) :*: ((S1 (MetaSel (Just "_aacpAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacpUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aacpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AuthorizedCertificate) :*: (S1 (MetaSel (Just "_aacpAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aacpCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

type Scopes AppsAuthorizedCertificatesPatch = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs AppsAuthorizedCertificatesPatch Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Patch

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.

aacpUploadType :: Lens' AppsAuthorizedCertificatesPatch (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

aacpAppsId :: Lens' AppsAuthorizedCertificatesPatch Text Source #

Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.