libZSservicesZSamazonka-schemasZSamazonka-schemas
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.Schemas.DescribeSchema

Description

Retrieve the schema definition.

Synopsis

Creating a Request

data DescribeSchema Source #

See: newDescribeSchema smart constructor.

Constructors

DescribeSchema' 

Fields

Instances

Instances details
Eq DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Read DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Generic DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchema :: Type -> Type #

NFData DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchema -> () #

Hashable DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

AWSRequest DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type AWSResponse DescribeSchema #

ToHeaders DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

ToPath DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

ToQuery DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

type Rep DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

type Rep DescribeSchema = D1 ('MetaData "DescribeSchema" "Amazonka.Schemas.DescribeSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeSchema Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

newDescribeSchema Source #

Create a value of DescribeSchema 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:schemaVersion:DescribeSchema', describeSchema_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:DescribeSchema', describeSchema_registryName - The name of the registry.

$sel:schemaName:DescribeSchema', describeSchema_schemaName - The name of the schema.

Request Lenses

describeSchema_schemaVersion :: Lens' DescribeSchema (Maybe Text) Source #

Specifying this limits the results to only this schema version.

Destructuring the Response

data DescribeSchemaResponse Source #

See: newDescribeSchemaResponse smart constructor.

Constructors

DescribeSchemaResponse' 

Fields

Instances

Instances details
Eq DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Read DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Show DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Generic DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Associated Types

type Rep DescribeSchemaResponse :: Type -> Type #

NFData DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

Methods

rnf :: DescribeSchemaResponse -> () #

type Rep DescribeSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeSchema

newDescribeSchemaResponse Source #

Create a value of DescribeSchemaResponse 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:schemaVersion:DescribeSchema', describeSchemaResponse_schemaVersion - The version number of the schema

$sel:schemaName:DescribeSchema', describeSchemaResponse_schemaName - The name of the schema.

$sel:content:DescribeSchemaResponse', describeSchemaResponse_content - The source of the schema definition.

$sel:schemaArn:DescribeSchemaResponse', describeSchemaResponse_schemaArn - The ARN of the schema.

$sel:type':DescribeSchemaResponse', describeSchemaResponse_type - The type of the schema.

$sel:lastModified:DescribeSchemaResponse', describeSchemaResponse_lastModified - The date and time that schema was modified.

$sel:description:DescribeSchemaResponse', describeSchemaResponse_description - The description of the schema.

$sel:versionCreatedDate:DescribeSchemaResponse', describeSchemaResponse_versionCreatedDate - The date the schema version was created.

$sel:tags:DescribeSchemaResponse', describeSchemaResponse_tags - Tags associated with the resource.

$sel:httpStatus:DescribeSchemaResponse', describeSchemaResponse_httpStatus - The response's http status code.

Response Lenses

describeSchemaResponse_lastModified :: Lens' DescribeSchemaResponse (Maybe UTCTime) Source #

The date and time that schema was modified.