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

Description

Get the code binding source URI.

Synopsis

Creating a Request

data GetCodeBindingSource Source #

See: newGetCodeBindingSource smart constructor.

Constructors

GetCodeBindingSource' 

Fields

Instances

Instances details
ToHeaders GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

ToPath GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

ToQuery GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

AWSRequest GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type AWSResponse GetCodeBindingSource #

Generic GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSource :: Type -> Type #

Read GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

NFData GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Methods

rnf :: GetCodeBindingSource -> () #

Eq GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Hashable GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type AWSResponse GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSource = D1 ('MetaData "GetCodeBindingSource" "Amazonka.Schemas.GetCodeBindingSource" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "GetCodeBindingSource'" '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 "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetCodeBindingSource Source #

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

GetCodeBindingSource, getCodeBindingSource_schemaVersion - Specifying this limits the results to only this schema version.

GetCodeBindingSource, getCodeBindingSource_registryName - The name of the registry.

GetCodeBindingSource, getCodeBindingSource_schemaName - The name of the schema.

$sel:language:GetCodeBindingSource', getCodeBindingSource_language - The language of the code binding.

Request Lenses

getCodeBindingSource_schemaVersion :: Lens' GetCodeBindingSource (Maybe Text) Source #

Specifying this limits the results to only this schema version.

Destructuring the Response

data GetCodeBindingSourceResponse Source #

See: newGetCodeBindingSourceResponse smart constructor.

Constructors

GetCodeBindingSourceResponse' 

Fields

Instances

Instances details
Generic GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSourceResponse :: Type -> Type #

Read GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

NFData GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Eq GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSourceResponse = D1 ('MetaData "GetCodeBindingSourceResponse" "Amazonka.Schemas.GetCodeBindingSource" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "GetCodeBindingSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCodeBindingSourceResponse Source #

Create a value of GetCodeBindingSourceResponse 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:body:GetCodeBindingSourceResponse', getCodeBindingSourceResponse_body - Undocumented member.

$sel:httpStatus:GetCodeBindingSourceResponse', getCodeBindingSourceResponse_httpStatus - The response's http status code.

Response Lenses