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

Amazonka.Greengrass.GetGroupCertificateAuthority

Description

Retreives the CA associated with a group. Returns the public key of the CA.

Synopsis

Creating a Request

data GetGroupCertificateAuthority Source #

See: newGetGroupCertificateAuthority smart constructor.

Constructors

GetGroupCertificateAuthority' 

Fields

Instances

Instances details
Eq GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Read GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Show GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Generic GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Associated Types

type Rep GetGroupCertificateAuthority :: Type -> Type #

NFData GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Hashable GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

AWSRequest GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

ToHeaders GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

ToPath GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

ToQuery GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

type Rep GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

type Rep GetGroupCertificateAuthority = D1 ('MetaData "GetGroupCertificateAuthority" "Amazonka.Greengrass.GetGroupCertificateAuthority" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetGroupCertificateAuthority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateAuthorityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

newGetGroupCertificateAuthority Source #

Create a value of GetGroupCertificateAuthority with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateAuthorityId:GetGroupCertificateAuthority', getGroupCertificateAuthority_certificateAuthorityId - The ID of the certificate authority.

$sel:groupId:GetGroupCertificateAuthority', getGroupCertificateAuthority_groupId - The ID of the Greengrass group.

Request Lenses

Destructuring the Response

data GetGroupCertificateAuthorityResponse Source #

Constructors

GetGroupCertificateAuthorityResponse' 

Fields

Instances

Instances details
Eq GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Read GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Show GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Generic GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

NFData GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

type Rep GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

type Rep GetGroupCertificateAuthorityResponse = D1 ('MetaData "GetGroupCertificateAuthorityResponse" "Amazonka.Greengrass.GetGroupCertificateAuthority" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetGroupCertificateAuthorityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupCertificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groupCertificateAuthorityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses