libZSservicesZSamazonka-forecastZSamazonka-forecast
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.Forecast.Types.DatasetGroupSummary

Description

 
Synopsis

Documentation

data DatasetGroupSummary Source #

Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the complete set of properties, call the DescribeDatasetGroup operation, and provide the DatasetGroupArn.

See: newDatasetGroupSummary smart constructor.

Constructors

DatasetGroupSummary' 

Fields

Instances

Instances details
Eq DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Read DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Show DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Generic DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Associated Types

type Rep DatasetGroupSummary :: Type -> Type #

NFData DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Methods

rnf :: DatasetGroupSummary -> () #

Hashable DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

FromJSON DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

type Rep DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

type Rep DatasetGroupSummary = D1 ('MetaData "DatasetGroupSummary" "Amazonka.Forecast.Types.DatasetGroupSummary" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "DatasetGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDatasetGroupSummary :: DatasetGroupSummary Source #

Create a value of DatasetGroupSummary 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:creationTime:DatasetGroupSummary', datasetGroupSummary_creationTime - When the dataset group was created.

$sel:datasetGroupName:DatasetGroupSummary', datasetGroupSummary_datasetGroupName - The name of the dataset group.

$sel:datasetGroupArn:DatasetGroupSummary', datasetGroupSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:lastModificationTime:DatasetGroupSummary', datasetGroupSummary_lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.

datasetGroupSummary_datasetGroupArn :: Lens' DatasetGroupSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset group.

datasetGroupSummary_lastModificationTime :: Lens' DatasetGroupSummary (Maybe UTCTime) Source #

When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.