libZSservicesZSamazonka-worklinkZSamazonka-worklink
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.WorkLink.Types.WebsiteCaSummary

Description

 
Synopsis

Documentation

data WebsiteCaSummary Source #

The summary of the certificate authority (CA).

See: newWebsiteCaSummary smart constructor.

Constructors

WebsiteCaSummary' 

Fields

Instances

Instances details
Eq WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Read WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Show WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Generic WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Associated Types

type Rep WebsiteCaSummary :: Type -> Type #

NFData WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Methods

rnf :: WebsiteCaSummary -> () #

Hashable WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

FromJSON WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

type Rep WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

type Rep WebsiteCaSummary = D1 ('MetaData "WebsiteCaSummary" "Amazonka.WorkLink.Types.WebsiteCaSummary" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "WebsiteCaSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "websiteCaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWebsiteCaSummary :: WebsiteCaSummary Source #

Create a value of WebsiteCaSummary 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:createdTime:WebsiteCaSummary', websiteCaSummary_createdTime - The time when the CA was added.

$sel:websiteCaId:WebsiteCaSummary', websiteCaSummary_websiteCaId - A unique identifier for the CA.

$sel:displayName:WebsiteCaSummary', websiteCaSummary_displayName - The name to display.