libZSservicesZSamazonka-budgetsZSamazonka-budgets
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.Budgets.Types.SsmActionDefinition

Description

 
Synopsis

Documentation

data SsmActionDefinition Source #

The AWS Systems Manager (SSM) action definition details.

See: newSsmActionDefinition smart constructor.

Constructors

SsmActionDefinition' 

Fields

Instances

Instances details
Eq SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

Read SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

Show SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

Generic SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

Associated Types

type Rep SsmActionDefinition :: Type -> Type #

NFData SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

Methods

rnf :: SsmActionDefinition -> () #

Hashable SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

ToJSON SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

FromJSON SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

type Rep SsmActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.SsmActionDefinition

type Rep SsmActionDefinition = D1 ('MetaData "SsmActionDefinition" "Amazonka.Budgets.Types.SsmActionDefinition" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "SsmActionDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionSubType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionSubType) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newSsmActionDefinition Source #

Create a value of SsmActionDefinition 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:actionSubType:SsmActionDefinition', ssmActionDefinition_actionSubType - The action subType.

$sel:region:SsmActionDefinition', ssmActionDefinition_region - The Region to run the SSM document.

$sel:instanceIds:SsmActionDefinition', ssmActionDefinition_instanceIds - The EC2 and RDS instance IDs.

ssmActionDefinition_region :: Lens' SsmActionDefinition Text Source #

The Region to run the SSM document.