amazonka-schemas-2.0: Amazon Schemas 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.Schemas.ExportSchema

Description

  • - | Undocumented operation.
Synopsis

Creating a Request

data ExportSchema Source #

See: newExportSchema smart constructor.

Constructors

ExportSchema' 

Fields

Instances

Instances details
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

AWSRequest ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type AWSResponse ExportSchema #

Generic ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchema :: Type -> Type #

Read ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

NFData ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchema -> () #

Eq ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Hashable ExportSchema Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type AWSResponse 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" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" '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))))

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:

ExportSchema, exportSchema_schemaVersion - Specifying this limits the results to only this schema version.

ExportSchema, exportSchema_registryName - The name of the registry.

ExportSchema, exportSchema_schemaName - The name of the schema.

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
Generic ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Associated Types

type Rep ExportSchemaResponse :: Type -> Type #

Read ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Show ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

NFData ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

Methods

rnf :: ExportSchemaResponse -> () #

Eq ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse Source # 
Instance details

Defined in Amazonka.Schemas.ExportSchema

type Rep ExportSchemaResponse = D1 ('MetaData "ExportSchemaResponse" "Amazonka.Schemas.ExportSchema" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "ExportSchemaResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "schemaVersion") '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:content:ExportSchemaResponse', exportSchemaResponse_content - Undocumented member.

ExportSchemaResponse, exportSchemaResponse_schemaArn - Undocumented member.

ExportSchema, exportSchemaResponse_schemaName - Undocumented member.

ExportSchema, exportSchemaResponse_schemaVersion - Undocumented member.

ExportSchema, exportSchemaResponse_type - Undocumented member.

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

Response Lenses