Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus)
- describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text)
- describeCodeBindingResponse_creationDate :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_lastModified :: Lens' DescribeCodeBindingResponse (Maybe UTCTime)
- describeCodeBindingResponse_httpStatus :: Lens' DescribeCodeBindingResponse Int
Creating a Request
data DescribeCodeBinding Source #
See: newDescribeCodeBinding
smart constructor.
DescribeCodeBinding' | |
|
Instances
newDescribeCodeBinding Source #
:: 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:
$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.
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.
DescribeCodeBindingResponse' | |
|
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: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_status :: Lens' DescribeCodeBindingResponse (Maybe CodeGenerationStatus) Source #
The current status of code binding generation.
describeCodeBindingResponse_schemaVersion :: Lens' DescribeCodeBindingResponse (Maybe Text) Source #
The version number of the schema.
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_httpStatus :: Lens' DescribeCodeBindingResponse Int Source #
The response's http status code.