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 |
Synopsis
- data SlotTypeMetadata = SlotTypeMetadata' {
- createdDate :: Maybe POSIX
- description :: Maybe Text
- lastUpdatedDate :: Maybe POSIX
- name :: Maybe Text
- version :: Maybe Text
- newSlotTypeMetadata :: SlotTypeMetadata
- slotTypeMetadata_createdDate :: Lens' SlotTypeMetadata (Maybe UTCTime)
- slotTypeMetadata_description :: Lens' SlotTypeMetadata (Maybe Text)
- slotTypeMetadata_lastUpdatedDate :: Lens' SlotTypeMetadata (Maybe UTCTime)
- slotTypeMetadata_name :: Lens' SlotTypeMetadata (Maybe Text)
- slotTypeMetadata_version :: Lens' SlotTypeMetadata (Maybe Text)
Documentation
data SlotTypeMetadata Source #
Provides information about a slot type..
See: newSlotTypeMetadata
smart constructor.
SlotTypeMetadata' | |
|
Instances
newSlotTypeMetadata :: SlotTypeMetadata Source #
Create a value of SlotTypeMetadata
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:createdDate:SlotTypeMetadata'
, slotTypeMetadata_createdDate
- The date that the slot type was created.
$sel:description:SlotTypeMetadata'
, slotTypeMetadata_description
- A description of the slot type.
$sel:lastUpdatedDate:SlotTypeMetadata'
, slotTypeMetadata_lastUpdatedDate
- The date that the slot type was updated. When you create a resource, the
creation date and last updated date are the same.
$sel:name:SlotTypeMetadata'
, slotTypeMetadata_name
- The name of the slot type.
$sel:version:SlotTypeMetadata'
, slotTypeMetadata_version
- The version of the slot type.
slotTypeMetadata_createdDate :: Lens' SlotTypeMetadata (Maybe UTCTime) Source #
The date that the slot type was created.
slotTypeMetadata_description :: Lens' SlotTypeMetadata (Maybe Text) Source #
A description of the slot type.
slotTypeMetadata_lastUpdatedDate :: Lens' SlotTypeMetadata (Maybe UTCTime) Source #
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
slotTypeMetadata_name :: Lens' SlotTypeMetadata (Maybe Text) Source #
The name of the slot type.
slotTypeMetadata_version :: Lens' SlotTypeMetadata (Maybe Text) Source #
The version of the slot type.