libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.ServiceActionSummary

Description

 
Synopsis

Documentation

data ServiceActionSummary Source #

Detailed information about the self-service action.

See: newServiceActionSummary smart constructor.

Constructors

ServiceActionSummary' 

Fields

Instances

Instances details
Eq ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Read ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Show ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Generic ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Associated Types

type Rep ServiceActionSummary :: Type -> Type #

NFData ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Methods

rnf :: ServiceActionSummary -> () #

Hashable ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

FromJSON ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

type Rep ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

type Rep ServiceActionSummary = D1 ('MetaData "ServiceActionSummary" "Amazonka.ServiceCatalog.Types.ServiceActionSummary" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ServiceActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "definitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDefinitionType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceActionSummary :: ServiceActionSummary Source #

Create a value of ServiceActionSummary 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:name:ServiceActionSummary', serviceActionSummary_name - The self-service action name.

$sel:id:ServiceActionSummary', serviceActionSummary_id - The self-service action identifier.

$sel:definitionType:ServiceActionSummary', serviceActionSummary_definitionType - The self-service action definition type. For example, SSM_AUTOMATION.

$sel:description:ServiceActionSummary', serviceActionSummary_description - The self-service action description.

serviceActionSummary_id :: Lens' ServiceActionSummary (Maybe Text) Source #

The self-service action identifier.

serviceActionSummary_definitionType :: Lens' ServiceActionSummary (Maybe ServiceActionDefinitionType) Source #

The self-service action definition type. For example, SSM_AUTOMATION.