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
- data LaunchProfileMembership = LaunchProfileMembership' {}
- newLaunchProfileMembership :: LaunchProfileMembership
- launchProfileMembership_identityStoreId :: Lens' LaunchProfileMembership (Maybe Text)
- launchProfileMembership_principalId :: Lens' LaunchProfileMembership (Maybe Text)
- launchProfileMembership_persona :: Lens' LaunchProfileMembership (Maybe LaunchProfilePersona)
Documentation
data LaunchProfileMembership Source #
See: newLaunchProfileMembership
smart constructor.
LaunchProfileMembership' | |
|
Instances
newLaunchProfileMembership :: LaunchProfileMembership Source #
Create a value of LaunchProfileMembership
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:identityStoreId:LaunchProfileMembership'
, launchProfileMembership_identityStoreId
- The ID of the identity store.
$sel:principalId:LaunchProfileMembership'
, launchProfileMembership_principalId
- The principal ID.
$sel:persona:LaunchProfileMembership'
, launchProfileMembership_persona
- The persona.
launchProfileMembership_identityStoreId :: Lens' LaunchProfileMembership (Maybe Text) Source #
The ID of the identity store.
launchProfileMembership_principalId :: Lens' LaunchProfileMembership (Maybe Text) Source #
The principal ID.
launchProfileMembership_persona :: Lens' LaunchProfileMembership (Maybe LaunchProfilePersona) Source #
The persona.