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 ImportLabelsTaskRunProperties = ImportLabelsTaskRunProperties' {}
- newImportLabelsTaskRunProperties :: ImportLabelsTaskRunProperties
- importLabelsTaskRunProperties_replace :: Lens' ImportLabelsTaskRunProperties (Maybe Bool)
- importLabelsTaskRunProperties_inputS3Path :: Lens' ImportLabelsTaskRunProperties (Maybe Text)
Documentation
data ImportLabelsTaskRunProperties Source #
Specifies configuration properties for an importing labels task run.
See: newImportLabelsTaskRunProperties
smart constructor.
Instances
newImportLabelsTaskRunProperties :: ImportLabelsTaskRunProperties Source #
Create a value of ImportLabelsTaskRunProperties
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:replace:ImportLabelsTaskRunProperties'
, importLabelsTaskRunProperties_replace
- Indicates whether to overwrite your existing labels.
$sel:inputS3Path:ImportLabelsTaskRunProperties'
, importLabelsTaskRunProperties_inputS3Path
- The Amazon Simple Storage Service (Amazon S3) path from where you will
import the labels.
importLabelsTaskRunProperties_replace :: Lens' ImportLabelsTaskRunProperties (Maybe Bool) Source #
Indicates whether to overwrite your existing labels.
importLabelsTaskRunProperties_inputS3Path :: Lens' ImportLabelsTaskRunProperties (Maybe Text) Source #
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.