amazonka-fsx-2.0: Amazon FSx 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.FSx.Types.DataRepositoryTaskFilter

Description

 
Synopsis

Documentation

data DataRepositoryTaskFilter Source #

(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response. You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type. A filter object consists of a filter Name, and one or more Values for the filter.

See: newDataRepositoryTaskFilter smart constructor.

Constructors

DataRepositoryTaskFilter' 

Fields

  • name :: Maybe DataRepositoryTaskFilterName

    Name of the task property to use in filtering the tasks returned in the response.

    • Use file-system-id to retrieve data repository tasks for specific file systems.
    • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
  • values :: Maybe [Text]

    Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

Instances

Instances details
ToJSON DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Generic DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Associated Types

type Rep DataRepositoryTaskFilter :: Type -> Type #

Read DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Show DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

NFData DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Eq DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Hashable DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

type Rep DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

type Rep DataRepositoryTaskFilter = D1 ('MetaData "DataRepositoryTaskFilter" "Amazonka.FSx.Types.DataRepositoryTaskFilter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryTaskFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTaskFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDataRepositoryTaskFilter :: DataRepositoryTaskFilter Source #

Create a value of DataRepositoryTaskFilter 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:DataRepositoryTaskFilter', dataRepositoryTaskFilter_name - Name of the task property to use in filtering the tasks returned in the response.

  • Use file-system-id to retrieve data repository tasks for specific file systems.
  • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

$sel:values:DataRepositoryTaskFilter', dataRepositoryTaskFilter_values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

dataRepositoryTaskFilter_name :: Lens' DataRepositoryTaskFilter (Maybe DataRepositoryTaskFilterName) Source #

Name of the task property to use in filtering the tasks returned in the response.

  • Use file-system-id to retrieve data repository tasks for specific file systems.
  • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

dataRepositoryTaskFilter_values :: Lens' DataRepositoryTaskFilter (Maybe [Text]) Source #

Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.