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