| 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.ElasticSearch.Types.PackageSource
Description
Synopsis
Documentation
data PackageSource Source #
The S3 location for importing the package specified as S3BucketName
and S3Key
See: newPackageSource smart constructor.
Constructors
| PackageSource' | |
Instances
newPackageSource :: PackageSource Source #
Create a value of PackageSource 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:s3BucketName:PackageSource', packageSource_s3BucketName - Name of the bucket containing the package.
$sel:s3Key:PackageSource', packageSource_s3Key - Key (file name) of the package.
packageSource_s3BucketName :: Lens' PackageSource (Maybe Text) Source #
Name of the bucket containing the package.
packageSource_s3Key :: Lens' PackageSource (Maybe Text) Source #
Key (file name) of the package.