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.ConstraintSummary

Description

 
Synopsis

Documentation

data ConstraintSummary Source #

Summary information about a constraint.

See: newConstraintSummary smart constructor.

Constructors

ConstraintSummary' 

Fields

Instances

Instances details
Eq ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Read ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Show ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Generic ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Associated Types

type Rep ConstraintSummary :: Type -> Type #

NFData ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Methods

rnf :: ConstraintSummary -> () #

Hashable ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

FromJSON ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

type Rep ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

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

newConstraintSummary :: ConstraintSummary Source #

Create a value of ConstraintSummary 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:type':ConstraintSummary', constraintSummary_type - The type of constraint.

  • LAUNCH
  • NOTIFICATION
  • STACKSET
  • TEMPLATE

$sel:description:ConstraintSummary', constraintSummary_description - The description of the constraint.

constraintSummary_type :: Lens' ConstraintSummary (Maybe Text) Source #

The type of constraint.

  • LAUNCH
  • NOTIFICATION
  • STACKSET
  • TEMPLATE

constraintSummary_description :: Lens' ConstraintSummary (Maybe Text) Source #

The description of the constraint.