libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.StepExecutionFilter

Description

 
Synopsis

Documentation

data StepExecutionFilter Source #

A filter to limit the amount of step execution information returned by the call.

See: newStepExecutionFilter smart constructor.

Constructors

StepExecutionFilter' 

Fields

  • key :: StepExecutionFilterKey

    One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

  • values :: NonEmpty Text

    The values of the filter key.

Instances

Instances details
Eq StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Read StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Show StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Generic StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Associated Types

type Rep StepExecutionFilter :: Type -> Type #

NFData StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Methods

rnf :: StepExecutionFilter -> () #

Hashable StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

ToJSON StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

type Rep StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

type Rep StepExecutionFilter = D1 ('MetaData "StepExecutionFilter" "Amazonka.SSM.Types.StepExecutionFilter" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "StepExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StepExecutionFilterKey) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newStepExecutionFilter Source #

Create a value of StepExecutionFilter 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:StepExecutionFilter', stepExecutionFilter_key - One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

$sel:values:StepExecutionFilter', stepExecutionFilter_values - The values of the filter key.

stepExecutionFilter_key :: Lens' StepExecutionFilter StepExecutionFilterKey Source #

One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.