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

Description

  • - | Undocumented operation.
Synopsis

Creating a Request

data ExportSchema Source #

See: newExportSchema smart constructor.

Constructors

ExportSchema' 

Fields

Instances

Instances details
Eq ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Read ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Generic ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchema :: Type -> Type #

NFData ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchema -> () #

Hashable ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

AWSRequest ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type AWSResponse ExportSchema #

ToHeaders ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

ToPath ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

ToQuery ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchema = D1 ('MetaData "ExportSchema" "Amazonka.Schemas.ExportSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ExportSchema'" '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) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

newExportSchema Source #

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

$sel:registryName:ExportSchema', exportSchema_registryName - The name of the registry.

$sel:schemaName:ExportSchema', exportSchema_schemaName - The name of the schema.

$sel:type':ExportSchema', exportSchema_type - Undocumented member.

Request Lenses

exportSchema_schemaVersion :: Lens' ExportSchema (Maybe Text) Source #

Specifying this limits the results to only this schema version.

Destructuring the Response

data ExportSchemaResponse Source #

See: newExportSchemaResponse smart constructor.

Constructors

ExportSchemaResponse' 

Fields

Instances

Instances details
Eq ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Read ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Generic ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchemaResponse :: Type -> Type #

NFData ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchemaResponse -> () #

type Rep ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse = D1 ('MetaData "ExportSchemaResponse" "Amazonka.Schemas.ExportSchema" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "ExportSchemaResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newExportSchemaResponse Source #

Create a value of ExportSchemaResponse 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:ExportSchema', exportSchemaResponse_schemaVersion - Undocumented member.

$sel:schemaName:ExportSchema', exportSchemaResponse_schemaName - Undocumented member.

$sel:content:ExportSchemaResponse', exportSchemaResponse_content - Undocumented member.

$sel:schemaArn:ExportSchemaResponse', exportSchemaResponse_schemaArn - Undocumented member.

$sel:type':ExportSchema', exportSchemaResponse_type - Undocumented member.

$sel:httpStatus:ExportSchemaResponse', exportSchemaResponse_httpStatus - The response's http status code.

Response Lenses