amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.DataSetImportSummary

Description

 
Synopsis

Documentation

data DataSetImportSummary Source #

Represents a summary of data set imports.

See: newDataSetImportSummary smart constructor.

Constructors

DataSetImportSummary' 

Fields

  • failed :: Int

    The number of data set imports that have failed.

  • inProgress :: Int

    The number of data set imports that are in progress.

  • pending :: Int

    The number of data set imports that are pending.

  • succeeded :: Int

    The number of data set imports that have succeeded.

  • total :: Int

    The total number of data set imports.

Instances

Instances details
FromJSON DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Generic DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Associated Types

type Rep DataSetImportSummary :: Type -> Type #

Read DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Show DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

NFData DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Methods

rnf :: DataSetImportSummary -> () #

Eq DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Hashable DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

type Rep DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

type Rep DataSetImportSummary = D1 ('MetaData "DataSetImportSummary" "Amazonka.M2.Types.DataSetImportSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetImportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDataSetImportSummary Source #

Create a value of DataSetImportSummary 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:failed:DataSetImportSummary', dataSetImportSummary_failed - The number of data set imports that have failed.

$sel:inProgress:DataSetImportSummary', dataSetImportSummary_inProgress - The number of data set imports that are in progress.

$sel:pending:DataSetImportSummary', dataSetImportSummary_pending - The number of data set imports that are pending.

$sel:succeeded:DataSetImportSummary', dataSetImportSummary_succeeded - The number of data set imports that have succeeded.

$sel:total:DataSetImportSummary', dataSetImportSummary_total - The total number of data set imports.

dataSetImportSummary_failed :: Lens' DataSetImportSummary Int Source #

The number of data set imports that have failed.

dataSetImportSummary_inProgress :: Lens' DataSetImportSummary Int Source #

The number of data set imports that are in progress.

dataSetImportSummary_pending :: Lens' DataSetImportSummary Int Source #

The number of data set imports that are pending.

dataSetImportSummary_succeeded :: Lens' DataSetImportSummary Int Source #

The number of data set imports that have succeeded.

dataSetImportSummary_total :: Lens' DataSetImportSummary Int Source #

The total number of data set imports.