| 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.Kendra.Types.IndexConfigurationSummary
Description
Synopsis
- data IndexConfigurationSummary = IndexConfigurationSummary' {}
- newIndexConfigurationSummary :: UTCTime -> UTCTime -> IndexStatus -> IndexConfigurationSummary
- indexConfigurationSummary_edition :: Lens' IndexConfigurationSummary (Maybe IndexEdition)
- indexConfigurationSummary_id :: Lens' IndexConfigurationSummary (Maybe Text)
- indexConfigurationSummary_name :: Lens' IndexConfigurationSummary (Maybe Text)
- indexConfigurationSummary_createdAt :: Lens' IndexConfigurationSummary UTCTime
- indexConfigurationSummary_updatedAt :: Lens' IndexConfigurationSummary UTCTime
- indexConfigurationSummary_status :: Lens' IndexConfigurationSummary IndexStatus
Documentation
data IndexConfigurationSummary Source #
Summary information on the configuration of an index.
See: newIndexConfigurationSummary smart constructor.
Constructors
| IndexConfigurationSummary' | |
Fields
| |
Instances
newIndexConfigurationSummary Source #
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> IndexStatus | |
| -> IndexConfigurationSummary |
Create a value of IndexConfigurationSummary 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:edition:IndexConfigurationSummary', indexConfigurationSummary_edition - Indicates whether the index is a Enterprise Edition index or a Developer
Edition index.
$sel:id:IndexConfigurationSummary', indexConfigurationSummary_id - A identifier for the index. Use this to identify the index when you are
using APIs such as Query, DescribeIndex, UpdateIndex, and
DeleteIndex.
$sel:name:IndexConfigurationSummary', indexConfigurationSummary_name - The name of the index.
$sel:createdAt:IndexConfigurationSummary', indexConfigurationSummary_createdAt - The Unix timestamp when the index was created.
$sel:updatedAt:IndexConfigurationSummary', indexConfigurationSummary_updatedAt - The Unix timestamp when the index was last updated by the UpdateIndex
API.
$sel:status:IndexConfigurationSummary', indexConfigurationSummary_status - The current status of the index. When the status is ACTIVE, the index
is ready to search.
indexConfigurationSummary_edition :: Lens' IndexConfigurationSummary (Maybe IndexEdition) Source #
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
indexConfigurationSummary_id :: Lens' IndexConfigurationSummary (Maybe Text) Source #
A identifier for the index. Use this to identify the index when you are
using APIs such as Query, DescribeIndex, UpdateIndex, and
DeleteIndex.
indexConfigurationSummary_name :: Lens' IndexConfigurationSummary (Maybe Text) Source #
The name of the index.
indexConfigurationSummary_createdAt :: Lens' IndexConfigurationSummary UTCTime Source #
The Unix timestamp when the index was created.
indexConfigurationSummary_updatedAt :: Lens' IndexConfigurationSummary UTCTime Source #
The Unix timestamp when the index was last updated by the UpdateIndex
API.
indexConfigurationSummary_status :: Lens' IndexConfigurationSummary IndexStatus Source #
The current status of the index. When the status is ACTIVE, the index
is ready to search.