amazonka-discovery-2.0: Amazon Application Discovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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: agentIds.

  • values :: [Text]

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

  • condition :: Text

    Supported condition: EQUALS

Instances

Instances details
ToJSON 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 #

Read ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Show ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

NFData ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Methods

rnf :: ExportFilter -> () #

Eq ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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: agentIds.

$sel:values:ExportFilter', exportFilter_values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID 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: agentIds.

exportFilter_values :: Lens' ExportFilter [Text] Source #

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

exportFilter_condition :: Lens' ExportFilter Text Source #

Supported condition: EQUALS