runCommand -package:wai-app-static -package:graphviz -package:options -package:xmonad-contrib -package:libmpd -package:structured-cli -package:shake-plus -package:io-streams -package:github-release -is:exact package:amazonka-cloudwatch-events

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
Can be either tag: tag-key or InstanceIds.
If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.
This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command. See: newRunCommandParameters smart constructor.
Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple values. See: newRunCommandTarget smart constructor.
Create a value of RunCommandParameters 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:runCommandTargets:RunCommandParameters', runCommandParameters_runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
Create a value of RunCommandTarget 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:key:RunCommandTarget', runCommandTarget_key - Can be either tag: tag-key or InstanceIds. $sel:values:RunCommandTarget', runCommandTarget_values - If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.