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.PatchOrchestratorFilter

Description

 
Synopsis

Documentation

data PatchOrchestratorFilter Source #

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

  • DescribeAvailablePatches
  • DescribeInstancePatches
  • DescribePatchBaselines
  • DescribePatchGroups

See: newPatchOrchestratorFilter smart constructor.

Constructors

PatchOrchestratorFilter' 

Fields

Instances

Instances details
Eq PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Read PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Show PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Generic PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Associated Types

type Rep PatchOrchestratorFilter :: Type -> Type #

NFData PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Methods

rnf :: PatchOrchestratorFilter -> () #

Hashable PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

ToJSON PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

type Rep PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

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

newPatchOrchestratorFilter :: PatchOrchestratorFilter Source #

Create a value of PatchOrchestratorFilter 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:values:PatchOrchestratorFilter', patchOrchestratorFilter_values - The value for the filter.

$sel:key:PatchOrchestratorFilter', patchOrchestratorFilter_key - The key for the filter.