amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.Service

Description

 

Documentation

newtype Service Source #

Constructors

Service' 

Fields

Bundled Patterns

pattern Service_EC2 :: Service 
pattern Service_ECR :: Service 
pattern Service_LAMBDA :: Service 

Instances

Instances details
FromJSON Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

FromJSONKey Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToJSON Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToJSONKey Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToByteString Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

toBS :: Service -> ByteString #

ToHeader Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

toHeader :: HeaderName -> Service -> [Header] #

ToLog Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToQuery Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

FromText Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToText Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

toText :: Service -> Text #

FromXML Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

ToXML Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

toXML :: Service -> XML #

Generic Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Associated Types

type Rep Service :: Type -> Type #

Methods

from :: Service -> Rep Service x #

to :: Rep Service x -> Service #

Read Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Show Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

NFData Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

rnf :: Service -> () #

Eq Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

Ord Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Hashable Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

Methods

hashWithSalt :: Int -> Service -> Int #

hash :: Service -> Int #

type Rep Service Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Service

type Rep Service = D1 ('MetaData "Service" "Amazonka.Inspector2.Types.Service" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'True) (C1 ('MetaCons "Service'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))