amazonka-workspaces-web-2.0: Amazon WorkSpaces Web 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.WorkSpacesWeb.GetTrustStoreCertificate

Description

Gets the trust store certificate.

Synopsis

Creating a Request

data GetTrustStoreCertificate Source #

See: newGetTrustStoreCertificate smart constructor.

Constructors

GetTrustStoreCertificate' 

Fields

Instances

Instances details
ToHeaders GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

ToPath GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

ToQuery GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

AWSRequest GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Generic GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Associated Types

type Rep GetTrustStoreCertificate :: Type -> Type #

Read GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Show GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

NFData GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Eq GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Hashable GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type AWSResponse GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificate Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificate = D1 ('MetaData "GetTrustStoreCertificate" "Amazonka.WorkSpacesWeb.GetTrustStoreCertificate" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetTrustStoreCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetTrustStoreCertificate Source #

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

GetTrustStoreCertificate, getTrustStoreCertificate_thumbprint - The thumbprint of the trust store certificate.

GetTrustStoreCertificate, getTrustStoreCertificate_trustStoreArn - The ARN of the trust store certificate.

Request Lenses

getTrustStoreCertificate_thumbprint :: Lens' GetTrustStoreCertificate Text Source #

The thumbprint of the trust store certificate.

Destructuring the Response

data GetTrustStoreCertificateResponse Source #

See: newGetTrustStoreCertificateResponse smart constructor.

Constructors

GetTrustStoreCertificateResponse' 

Fields

Instances

Instances details
Generic GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Associated Types

type Rep GetTrustStoreCertificateResponse :: Type -> Type #

Read GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Show GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

NFData GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

Eq GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificateResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetTrustStoreCertificate

type Rep GetTrustStoreCertificateResponse = D1 ('MetaData "GetTrustStoreCertificateResponse" "Amazonka.WorkSpacesWeb.GetTrustStoreCertificate" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetTrustStoreCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Certificate)) :*: (S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetTrustStoreCertificateResponse Source #

Create a value of GetTrustStoreCertificateResponse 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:certificate:GetTrustStoreCertificateResponse', getTrustStoreCertificateResponse_certificate - The certificate of the trust store certificate.

GetTrustStoreCertificate, getTrustStoreCertificateResponse_trustStoreArn - The ARN of the trust store certificate.

$sel:httpStatus:GetTrustStoreCertificateResponse', getTrustStoreCertificateResponse_httpStatus - The response's http status code.

Response Lenses