libZSservicesZSamazonka-discoveryZSamazonka-discovery
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.Discovery.Types.ExportFilter

Description

 
Synopsis

Documentation

data ExportFilter Source #

Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.

See: newExportFilter smart constructor.

Constructors

ExportFilter' 

Fields

  • name :: Text

    A single ExportFilter name. Supported filters: agentId.

  • values :: [Text]

    A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.

  • condition :: Text

    Supported condition: EQUALS

Instances

Instances details
Eq ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Read ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Show ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Generic ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Associated Types

type Rep ExportFilter :: Type -> Type #

NFData ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Methods

rnf :: ExportFilter -> () #

Hashable ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

ToJSON ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

type Rep ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

type Rep ExportFilter = D1 ('MetaData "ExportFilter" "Amazonka.Discovery.Types.ExportFilter" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ExportFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportFilter Source #

Create a value of ExportFilter 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:name:ExportFilter', exportFilter_name - A single ExportFilter name. Supported filters: agentId.

$sel:values:ExportFilter', exportFilter_values - A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.

$sel:condition:ExportFilter', exportFilter_condition - Supported condition: EQUALS

exportFilter_name :: Lens' ExportFilter Text Source #

A single ExportFilter name. Supported filters: agentId.

exportFilter_values :: Lens' ExportFilter [Text] Source #

A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.

exportFilter_condition :: Lens' ExportFilter Text Source #

Supported condition: EQUALS