@aws-sdk/client-schemas

PutCodeBindingCommandOutput Interface

The output of PutCodeBindingCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CreationDate Date | undefined

The time and date that the code binding was created.

LastModified Date | undefined

The date and time that code bindings were modified.

SchemaVersion string | undefined

The version number of the schema.

Status CodeGenerationStatus | undefined

The current status of code binding generation.

Full Signature

export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, MetadataBearer