amazonka-greengrass-1.6.0: Amazon Greengrass SDK.

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

Network.AWS.Greengrass.CreateGroupCertificateAuthority

Contents

Description

Creates a CA for the group. If a CA already exists, it will rotate the existing CA.

Synopsis

Creating a Request

createGroupCertificateAuthority Source #

Creates a value of CreateGroupCertificateAuthority with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CreateGroupCertificateAuthority Source #

See: createGroupCertificateAuthority smart constructor.

Instances

Eq CreateGroupCertificateAuthority Source # 
Data CreateGroupCertificateAuthority Source # 

Methods

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

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

toConstr :: CreateGroupCertificateAuthority -> Constr #

dataTypeOf :: CreateGroupCertificateAuthority -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateGroupCertificateAuthority Source # 
Show CreateGroupCertificateAuthority Source # 
Generic CreateGroupCertificateAuthority Source # 
Hashable CreateGroupCertificateAuthority Source # 
ToJSON CreateGroupCertificateAuthority Source # 
NFData CreateGroupCertificateAuthority Source # 
AWSRequest CreateGroupCertificateAuthority Source # 
ToHeaders CreateGroupCertificateAuthority Source # 
ToPath CreateGroupCertificateAuthority Source # 
ToQuery CreateGroupCertificateAuthority Source # 
type Rep CreateGroupCertificateAuthority Source # 
type Rep CreateGroupCertificateAuthority = D1 * (MetaData "CreateGroupCertificateAuthority" "Network.AWS.Greengrass.CreateGroupCertificateAuthority" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "CreateGroupCertificateAuthority'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cgcaAmznClientToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cgcaGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs CreateGroupCertificateAuthority Source # 

Request Lenses

cgcaAmznClientToken :: Lens' CreateGroupCertificateAuthority (Maybe Text) Source #

A client token used to correlate requests and responses.

cgcaGroupId :: Lens' CreateGroupCertificateAuthority Text Source #

The ID of the AWS Greengrass group.

Destructuring the Response

createGroupCertificateAuthorityResponse Source #

Creates a value of CreateGroupCertificateAuthorityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CreateGroupCertificateAuthorityResponse Source #

Instances

Eq CreateGroupCertificateAuthorityResponse Source # 
Data CreateGroupCertificateAuthorityResponse Source # 

Methods

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

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

toConstr :: CreateGroupCertificateAuthorityResponse -> Constr #

dataTypeOf :: CreateGroupCertificateAuthorityResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateGroupCertificateAuthorityResponse Source # 
Show CreateGroupCertificateAuthorityResponse Source # 
Generic CreateGroupCertificateAuthorityResponse Source # 
NFData CreateGroupCertificateAuthorityResponse Source # 
type Rep CreateGroupCertificateAuthorityResponse Source # 
type Rep CreateGroupCertificateAuthorityResponse = D1 * (MetaData "CreateGroupCertificateAuthorityResponse" "Network.AWS.Greengrass.CreateGroupCertificateAuthority" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "CreateGroupCertificateAuthorityResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cgcarsGroupCertificateAuthorityARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cgcarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses