| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Schemas.DescribeCodeBinding
Description
Describe the code binding URI.
Synopsis
- data DescribeCodeBinding = DescribeCodeBinding' {
- schemaVersion :: Maybe Text
- registryName :: Text
- schemaName :: Text
- language :: Text
- newDescribeCodeBinding :: Text -> Text -> Text -> DescribeCodeBinding
- describeCodeBinding_schemaVersion :: Lens' DescribeCodeBinding (Maybe Text)
- describeCodeBinding_registryName :: Lens' DescribeCodeBinding Text
- describeCodeBinding_schemaName :: Lens' DescribeCodeBinding Text
- describeCodeBinding_language :: Lens' DescribeCodeBinding Text
- data DescribeCodeBindingResponse = DescribeCodeBindingResponse' {}
- newDescribeCodeBindingResponse :: Int -> DescribeCodeBindingResponse
- describeCodeBindingResponse_creationDate :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_lastModified :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text)
- describeCodeBindingResponse_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus)
- describeCodeBindingResponse_httpStatus :: Lens' DescribeCodeBindingResponse Int
Creating a Request
data DescribeCodeBinding Source #
See: newDescribeCodeBinding smart constructor.
Constructors
| DescribeCodeBinding' | |
Fields
| |
Instances
newDescribeCodeBinding Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DescribeCodeBinding |
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.
describeCodeBinding_registryName :: Lens' DescribeCodeBinding Text Source #
The name of the registry.
describeCodeBinding_schemaName :: Lens' DescribeCodeBinding Text Source #
The name of the schema.
describeCodeBinding_language :: Lens' DescribeCodeBinding Text Source #
The language of the code binding.
Destructuring the Response
data DescribeCodeBindingResponse Source #
See: newDescribeCodeBindingResponse smart constructor.
Constructors
| DescribeCodeBindingResponse' | |
Fields
| |
Instances
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.
describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text) Source #
The version number of the schema.
describeCodeBindingResponse_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus) Source #
The current status of code binding generation.
describeCodeBindingResponse_httpStatus :: Lens' DescribeCodeBindingResponse Int Source #
The response's http status code.