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 |
Synopsis
- data IntentMetadata = IntentMetadata' {
- createdDate :: Maybe POSIX
- name :: Maybe Text
- version :: Maybe Text
- lastUpdatedDate :: Maybe POSIX
- description :: Maybe Text
- newIntentMetadata :: IntentMetadata
- intentMetadata_createdDate :: Lens' IntentMetadata (Maybe UTCTime)
- intentMetadata_name :: Lens' IntentMetadata (Maybe Text)
- intentMetadata_version :: Lens' IntentMetadata (Maybe Text)
- intentMetadata_lastUpdatedDate :: Lens' IntentMetadata (Maybe UTCTime)
- intentMetadata_description :: Lens' IntentMetadata (Maybe Text)
Documentation
data IntentMetadata Source #
Provides information about an intent.
See: newIntentMetadata
smart constructor.
IntentMetadata' | |
|
Instances
newIntentMetadata :: IntentMetadata Source #
Create a value of IntentMetadata
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:IntentMetadata'
, intentMetadata_createdDate
- The date that the intent was created.
$sel:name:IntentMetadata'
, intentMetadata_name
- The name of the intent.
$sel:version:IntentMetadata'
, intentMetadata_version
- The version of the intent.
$sel:lastUpdatedDate:IntentMetadata'
, intentMetadata_lastUpdatedDate
- The date that the intent was updated. When you create an intent, the
creation date and last updated date are the same.
$sel:description:IntentMetadata'
, intentMetadata_description
- A description of the intent.
intentMetadata_createdDate :: Lens' IntentMetadata (Maybe UTCTime) Source #
The date that the intent was created.
intentMetadata_name :: Lens' IntentMetadata (Maybe Text) Source #
The name of the intent.
intentMetadata_version :: Lens' IntentMetadata (Maybe Text) Source #
The version of the intent.
intentMetadata_lastUpdatedDate :: Lens' IntentMetadata (Maybe UTCTime) Source #
The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
intentMetadata_description :: Lens' IntentMetadata (Maybe Text) Source #
A description of the intent.