| 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.AppStream.Types.SharedImagePermissions
Description
Synopsis
Documentation
data SharedImagePermissions Source #
Describes the permissions that are available to the specified AWS account for a shared image.
See: newSharedImagePermissions smart constructor.
Constructors
| SharedImagePermissions' | |
Fields
| |
Instances
newSharedImagePermissions Source #
Arguments
| :: Text | |
| -> ImagePermissions | |
| -> SharedImagePermissions |
Create a value of SharedImagePermissions 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:sharedAccountId:SharedImagePermissions', sharedImagePermissions_sharedAccountId - The 12-digit identifier of the AWS account with which the image is
shared.
$sel:imagePermissions:SharedImagePermissions', sharedImagePermissions_imagePermissions - Describes the permissions for a shared image.
sharedImagePermissions_sharedAccountId :: Lens' SharedImagePermissions Text Source #
The 12-digit identifier of the AWS account with which the image is shared.
sharedImagePermissions_imagePermissions :: Lens' SharedImagePermissions ImagePermissions Source #
Describes the permissions for a shared image.