| 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.LookoutVision.Types.InputS3Object
Description
Synopsis
Documentation
data InputS3Object Source #
Amazon S3 Location information for an input manifest file.
See: newInputS3Object smart constructor.
Constructors
| InputS3Object' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> InputS3Object |
Create a value of InputS3Object 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:versionId:InputS3Object', inputS3Object_versionId - The version ID of the bucket.
$sel:bucket:InputS3Object', inputS3Object_bucket - The Amazon S3 bucket that contains the manifest.
$sel:key:InputS3Object', inputS3Object_key - The name and location of the manifest file withiin the bucket.
inputS3Object_versionId :: Lens' InputS3Object (Maybe Text) Source #
The version ID of the bucket.
inputS3Object_bucket :: Lens' InputS3Object Text Source #
The Amazon S3 bucket that contains the manifest.
inputS3Object_key :: Lens' InputS3Object Text Source #
The name and location of the manifest file withiin the bucket.