Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SsmActionDefinition = SsmActionDefinition' {}
- newSsmActionDefinition :: ActionSubType -> Text -> NonEmpty Text -> SsmActionDefinition
- ssmActionDefinition_actionSubType :: Lens' SsmActionDefinition ActionSubType
- ssmActionDefinition_region :: Lens' SsmActionDefinition Text
- ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text)
Documentation
data SsmActionDefinition Source #
The AWS Systems Manager (SSM) action definition details.
See: newSsmActionDefinition
smart constructor.
SsmActionDefinition' | |
|
Instances
newSsmActionDefinition Source #
:: ActionSubType | |
-> Text | |
-> NonEmpty Text | |
-> SsmActionDefinition |
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_actionSubType :: Lens' SsmActionDefinition ActionSubType Source #
The action subType.
ssmActionDefinition_region :: Lens' SsmActionDefinition Text Source #
The Region to run the SSM document.
ssmActionDefinition_instanceIds :: Lens' SsmActionDefinition (NonEmpty Text) Source #
The EC2 and RDS instance IDs.