amazonka-ssm-sap-2.0: Amazon Systems Manager for SAP 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.SSMSAP.Types.ComponentSummary

Description

 
Synopsis

Documentation

data ComponentSummary Source #

See: newComponentSummary smart constructor.

Instances

Instances details
FromJSON ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Generic ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Associated Types

type Rep ComponentSummary :: Type -> Type #

Read ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Show ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

NFData ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Methods

rnf :: ComponentSummary -> () #

Eq ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Hashable ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

type Rep ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

type Rep ComponentSummary = D1 ('MetaData "ComponentSummary" "Amazonka.SSMSAP.Types.ComponentSummary" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ComponentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "componentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComponentType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newComponentSummary :: ComponentSummary Source #

Create a value of ComponentSummary 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:applicationId:ComponentSummary', componentSummary_applicationId -

$sel:componentId:ComponentSummary', componentSummary_componentId -

$sel:componentType:ComponentSummary', componentSummary_componentType -

$sel:tags:ComponentSummary', componentSummary_tags -