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

Description

 
Synopsis

Documentation

data GdgAttributes 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: newGdgAttributes smart constructor.

Constructors

GdgAttributes' 

Fields

Instances

Instances details
ToJSON GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Generic GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Associated Types

type Rep GdgAttributes :: Type -> Type #

Read GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Show GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

NFData GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Methods

rnf :: GdgAttributes -> () #

Eq GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Hashable GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

type Rep GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

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

newGdgAttributes :: GdgAttributes Source #

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

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

gdgAttributes_limit :: Lens' GdgAttributes (Maybe Int) Source #

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

gdgAttributes_rollDisposition :: Lens' GdgAttributes (Maybe Text) Source #

The disposition of the data set in the catalog.