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.GdgDetailAttributes

Description

 
Synopsis

Documentation

data GdgDetailAttributes Source #

The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.

See: newGdgDetailAttributes smart constructor.

Constructors

GdgDetailAttributes' 

Fields

Instances

Instances details
FromJSON GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Generic GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Associated Types

type Rep GdgDetailAttributes :: Type -> Type #

Read GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Show GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

NFData GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Methods

rnf :: GdgDetailAttributes -> () #

Eq GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Hashable GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

type Rep GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

type Rep GdgDetailAttributes = D1 ('MetaData "GdgDetailAttributes" "Amazonka.M2.Types.GdgDetailAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GdgDetailAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rollDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGdgDetailAttributes :: GdgDetailAttributes Source #

Create a value of GdgDetailAttributes 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:limit:GdgDetailAttributes', gdgDetailAttributes_limit - The maximum number of generation data sets, up to 255, in a GDG.

$sel:rollDisposition:GdgDetailAttributes', gdgDetailAttributes_rollDisposition - The disposition of the data set in the catalog.

gdgDetailAttributes_limit :: Lens' GdgDetailAttributes (Maybe Int) Source #

The maximum number of generation data sets, up to 255, in a GDG.

gdgDetailAttributes_rollDisposition :: Lens' GdgDetailAttributes (Maybe Text) Source #

The disposition of the data set in the catalog.