| 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.S3Path
Description
Documentation
Information required to find a specific file in an Amazon S3 bucket.
See: newS3Path smart constructor.
Constructors
| S3Path' | |
Instances
| FromJSON S3Path Source # | |
| ToJSON S3Path Source # | |
Defined in Amazonka.Kendra.Types.S3Path | |
| Generic S3Path Source # | |
| Read S3Path Source # | |
| Show S3Path Source # | |
| NFData S3Path Source # | |
Defined in Amazonka.Kendra.Types.S3Path | |
| Eq S3Path Source # | |
| Hashable S3Path Source # | |
Defined in Amazonka.Kendra.Types.S3Path | |
| type Rep S3Path Source # | |
Defined in Amazonka.Kendra.Types.S3Path type Rep S3Path = D1 ('MetaData "S3Path" "Amazonka.Kendra.Types.S3Path" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "S3Path'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of S3Path 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:bucket:S3Path', s3Path_bucket - The name of the S3 bucket that contains the file.
$sel:key:S3Path', s3Path_key - The name of the file.