amazonka-greengrass-2.0: Amazon Greengrass SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest 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 #

Read GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Show GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

NFData GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Eq GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Hashable GetGroupCertificateAuthority Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

type AWSResponse 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" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" 'False) (C1 ('MetaCons "GetGroupCertificateAuthority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateAuthorityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic 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

NFData GetGroupCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroupCertificateAuthority

Eq 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" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" 'False) (C1 ('MetaCons "GetGroupCertificateAuthorityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groupCertificateAuthorityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupCertificateAuthorityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetGroupCertificateAuthorityResponse Source #

Create a value of GetGroupCertificateAuthorityResponse 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:

GetGroupCertificateAuthorityResponse, getGroupCertificateAuthorityResponse_groupCertificateAuthorityArn - The ARN of the certificate authority for the group.

GetGroupCertificateAuthorityResponse, getGroupCertificateAuthorityResponse_groupCertificateAuthorityId - The ID of the certificate authority for the group.

$sel:pemEncodedCertificate:GetGroupCertificateAuthorityResponse', getGroupCertificateAuthorityResponse_pemEncodedCertificate - The PEM encoded certificate for the group.

$sel:httpStatus:GetGroupCertificateAuthorityResponse', getGroupCertificateAuthorityResponse_httpStatus - The response's http status code.

Response Lenses