libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

Description

 
Synopsis

Documentation

data UpdateCloudFormationCollectionFilter Source #

Contains the names of AWS CloudFormation stacks used to update a collection of stacks. You can specify up to 500 AWS CloudFormation stacks.

See: newUpdateCloudFormationCollectionFilter smart constructor.

Constructors

UpdateCloudFormationCollectionFilter' 

Fields

  • stackNames :: Maybe [Text]

    An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.

Instances

Instances details
Eq UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

Read UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

Show UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

Generic UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

NFData UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

Hashable UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

ToJSON UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

type Rep UpdateCloudFormationCollectionFilter Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter

type Rep UpdateCloudFormationCollectionFilter = D1 ('MetaData "UpdateCloudFormationCollectionFilter" "Amazonka.DevOpsGuru.Types.UpdateCloudFormationCollectionFilter" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "UpdateCloudFormationCollectionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newUpdateCloudFormationCollectionFilter :: UpdateCloudFormationCollectionFilter Source #

Create a value of UpdateCloudFormationCollectionFilter 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:stackNames:UpdateCloudFormationCollectionFilter', updateCloudFormationCollectionFilter_stackNames - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.

updateCloudFormationCollectionFilter_stackNames :: Lens' UpdateCloudFormationCollectionFilter (Maybe [Text]) Source #

An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.