libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.CustomCodeSigning

Description

 
Synopsis

Documentation

data CustomCodeSigning Source #

Describes a custom method used to code sign a file.

See: newCustomCodeSigning smart constructor.

Constructors

CustomCodeSigning' 

Fields

Instances

Instances details
Eq CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

Read CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

Show CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

Generic CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

Associated Types

type Rep CustomCodeSigning :: Type -> Type #

NFData CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

Methods

rnf :: CustomCodeSigning -> () #

Hashable CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

ToJSON CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

FromJSON CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

type Rep CustomCodeSigning Source # 
Instance details

Defined in Amazonka.IoT.Types.CustomCodeSigning

type Rep CustomCodeSigning = D1 ('MetaData "CustomCodeSigning" "Amazonka.IoT.Types.CustomCodeSigning" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "CustomCodeSigning'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeSigningSignature)) :*: S1 ('MetaSel ('Just "hashAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateChain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeSigningCertificateChain)) :*: S1 ('MetaSel ('Just "signatureAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCustomCodeSigning :: CustomCodeSigning Source #

Create a value of CustomCodeSigning 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:signature:CustomCodeSigning', customCodeSigning_signature - The signature for the file.

$sel:hashAlgorithm:CustomCodeSigning', customCodeSigning_hashAlgorithm - The hash algorithm used to code sign the file.

$sel:certificateChain:CustomCodeSigning', customCodeSigning_certificateChain - The certificate chain.

$sel:signatureAlgorithm:CustomCodeSigning', customCodeSigning_signatureAlgorithm - The signature algorithm used to code sign the file.

customCodeSigning_hashAlgorithm :: Lens' CustomCodeSigning (Maybe Text) Source #

The hash algorithm used to code sign the file.

customCodeSigning_signatureAlgorithm :: Lens' CustomCodeSigning (Maybe Text) Source #

The signature algorithm used to code sign the file.