amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.SSM.Types.AttachmentHashType

Description

 

Documentation

newtype AttachmentHashType Source #

Bundled Patterns

pattern AttachmentHashType_Sha256 :: AttachmentHashType 

Instances

Instances details
FromJSON AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromJSONKey AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToJSON AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToJSONKey AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToByteString AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToHeader AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToLog AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToQuery AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromText AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToText AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromXML AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToXML AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Generic AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Associated Types

type Rep AttachmentHashType :: Type -> Type #

Read AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Show AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

NFData AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Methods

rnf :: AttachmentHashType -> () #

Eq AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Ord AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Hashable AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

type Rep AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

type Rep AttachmentHashType = D1 ('MetaData "AttachmentHashType" "Amazonka.SSM.Types.AttachmentHashType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AttachmentHashType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttachmentHashType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))