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

Description

Describe the code binding URI.

Synopsis

Creating a Request

data DescribeCodeBinding Source #

See: newDescribeCodeBinding smart constructor.

Constructors

DescribeCodeBinding' 

Fields

Instances

Instances details
ToHeaders DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

ToPath DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

ToQuery DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

AWSRequest DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type AWSResponse DescribeCodeBinding #

Generic DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBinding :: Type -> Type #

Read DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

NFData DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Methods

rnf :: DescribeCodeBinding -> () #

Eq DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Hashable DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type AWSResponse DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBinding = D1 ('MetaData "DescribeCodeBinding" "Amazonka.Schemas.DescribeCodeBinding" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeCodeBinding'" '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))))

newDescribeCodeBinding Source #

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

DescribeCodeBinding, describeCodeBinding_schemaVersion - Specifying this limits the results to only this schema version.

DescribeCodeBinding, describeCodeBinding_registryName - The name of the registry.

DescribeCodeBinding, describeCodeBinding_schemaName - The name of the schema.

$sel:language:DescribeCodeBinding', describeCodeBinding_language - The language of the code binding.

Request Lenses

describeCodeBinding_schemaVersion :: Lens' DescribeCodeBinding (Maybe Text) Source #

Specifying this limits the results to only this schema version.

Destructuring the Response

data DescribeCodeBindingResponse Source #

See: newDescribeCodeBindingResponse smart constructor.

Constructors

DescribeCodeBindingResponse' 

Fields

Instances

Instances details
Generic DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBindingResponse :: Type -> Type #

Read DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

NFData DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Eq DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

type Rep DescribeCodeBindingResponse = D1 ('MetaData "DescribeCodeBindingResponse" "Amazonka.Schemas.DescribeCodeBinding" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "DescribeCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeCodeBindingResponse Source #

Create a value of DescribeCodeBindingResponse 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:creationDate:DescribeCodeBindingResponse', describeCodeBindingResponse_creationDate - The time and date that the code binding was created.

DescribeCodeBindingResponse, describeCodeBindingResponse_lastModified - The date and time that code bindings were modified.

DescribeCodeBinding, describeCodeBindingResponse_schemaVersion - The version number of the schema.

$sel:status:DescribeCodeBindingResponse', describeCodeBindingResponse_status - The current status of code binding generation.

$sel:httpStatus:DescribeCodeBindingResponse', describeCodeBindingResponse_httpStatus - The response's http status code.

Response Lenses

describeCodeBindingResponse_creationDate :: Lens' DescribeCodeBindingResponse (Maybe UTCTime) Source #

The time and date that the code binding was created.

describeCodeBindingResponse_lastModified :: Lens' DescribeCodeBindingResponse (Maybe UTCTime) Source #

The date and time that code bindings were modified.