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

Description

Describe the code binding URI.

Synopsis

Creating a Request

data DescribeCodeBinding Source #

See: newDescribeCodeBinding smart constructor.

Constructors

DescribeCodeBinding' 

Fields

Instances

Instances details
Eq DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Read DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Generic DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBinding :: Type -> Type #

NFData DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Methods

rnf :: DescribeCodeBinding -> () #

Hashable DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

AWSRequest DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type AWSResponse DescribeCodeBinding #

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

type Rep DescribeCodeBinding Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

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

Defined in Amazonka.Schemas.DescribeCodeBinding

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:

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

$sel:registryName:DescribeCodeBinding', describeCodeBinding_registryName - The name of the registry.

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

Defined in Amazonka.Schemas.DescribeCodeBinding

Read DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Show DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Generic DescribeCodeBindingResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeCodeBinding

Associated Types

type Rep DescribeCodeBindingResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "DescribeCodeBindingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeGenerationStatus)) :*: S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:status:DescribeCodeBindingResponse', describeCodeBindingResponse_status - The current status of code binding generation.

$sel:schemaVersion:DescribeCodeBinding', describeCodeBindingResponse_schemaVersion - The version number of the schema.

$sel:creationDate:DescribeCodeBindingResponse', describeCodeBindingResponse_creationDate - The time and date that the code binding was created.

$sel:lastModified:DescribeCodeBindingResponse', describeCodeBindingResponse_lastModified - The date and time that code bindings were modified.

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