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.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
Eq GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Read GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Generic GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSource :: Type -> Type #

NFData GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Methods

rnf :: GetCodeBindingSource -> () #

Hashable GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

AWSRequest GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type AWSResponse GetCodeBindingSource #

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

type Rep GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

type Rep GetCodeBindingSource = D1 ('MetaData "GetCodeBindingSource" "Amazonka.Schemas.GetCodeBindingSource" "libZSservicesZSamazonka-schemasZSamazonka-schemas" '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))))
type AWSResponse GetCodeBindingSource Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

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:

$sel:schemaVersion:GetCodeBindingSource', getCodeBindingSource_schemaVersion - Specifying this limits the results to only this schema version.

$sel:registryName:GetCodeBindingSource', getCodeBindingSource_registryName - The name of the registry.

$sel:schemaName: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
Eq GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Read GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Show GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Generic GetCodeBindingSourceResponse Source # 
Instance details

Defined in Amazonka.Schemas.GetCodeBindingSource

Associated Types

type Rep GetCodeBindingSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-schemasZSamazonka-schemas" '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