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

Description

Gets the details of a specific data set.

Synopsis

Creating a Request

data GetDataSetDetails Source #

See: newGetDataSetDetails smart constructor.

Constructors

GetDataSetDetails' 

Fields

Instances

Instances details
ToHeaders GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

ToPath GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

ToQuery GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

AWSRequest GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type AWSResponse GetDataSetDetails #

Generic GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type Rep GetDataSetDetails :: Type -> Type #

Read GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Show GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

NFData GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Methods

rnf :: GetDataSetDetails -> () #

Eq GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Hashable GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type AWSResponse GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetails = D1 ('MetaData "GetDataSetDetails" "Amazonka.M2.GetDataSetDetails" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDataSetDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDataSetDetails Source #

Create a value of GetDataSetDetails 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:

GetDataSetDetails, getDataSetDetails_applicationId - The unique identifier of the application that this data set is associated with.

GetDataSetDetails, getDataSetDetails_dataSetName - The name of the data set.

Request Lenses

getDataSetDetails_applicationId :: Lens' GetDataSetDetails Text Source #

The unique identifier of the application that this data set is associated with.

Destructuring the Response

data GetDataSetDetailsResponse Source #

See: newGetDataSetDetailsResponse smart constructor.

Constructors

GetDataSetDetailsResponse' 

Fields

Instances

Instances details
Generic GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type Rep GetDataSetDetailsResponse :: Type -> Type #

Read GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Show GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

NFData GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Eq GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

newGetDataSetDetailsResponse Source #

Create a value of GetDataSetDetailsResponse 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:blocksize:GetDataSetDetailsResponse', getDataSetDetailsResponse_blocksize - The size of the block on disk.

GetDataSetDetailsResponse, getDataSetDetailsResponse_creationTime - The timestamp when the data set was created.

GetDataSetDetailsResponse, getDataSetDetailsResponse_dataSetOrg - The type of data set. The only supported value is VSAM.

GetDataSetDetailsResponse, getDataSetDetailsResponse_lastReferencedTime - The last time the data set was referenced.

GetDataSetDetailsResponse, getDataSetDetailsResponse_lastUpdatedTime - The last time the data set was updated.

$sel:location:GetDataSetDetailsResponse', getDataSetDetailsResponse_location - The location where the data set is stored.

GetDataSetDetailsResponse, getDataSetDetailsResponse_recordLength - The length of records in the data set.

$sel:httpStatus:GetDataSetDetailsResponse', getDataSetDetailsResponse_httpStatus - The response's http status code.

GetDataSetDetails, getDataSetDetailsResponse_dataSetName - The name of the data set.

Response Lenses