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 SkillSummary = SkillSummary' {}
- newSkillSummary :: SkillSummary
- skillSummary_skillId :: Lens' SkillSummary (Maybe Text)
- skillSummary_supportsLinking :: Lens' SkillSummary (Maybe Bool)
- skillSummary_skillType :: Lens' SkillSummary (Maybe SkillType)
- skillSummary_enablementType :: Lens' SkillSummary (Maybe EnablementType)
- skillSummary_skillName :: Lens' SkillSummary (Maybe Text)
Documentation
data SkillSummary Source #
The summary of skills.
See: newSkillSummary
smart constructor.
SkillSummary' | |
|
Instances
newSkillSummary :: SkillSummary Source #
Create a value of SkillSummary
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:skillId:SkillSummary'
, skillSummary_skillId
- The ARN of the skill summary.
$sel:supportsLinking:SkillSummary'
, skillSummary_supportsLinking
- Linking support for a skill.
$sel:skillType:SkillSummary'
, skillSummary_skillType
- Whether the skill is publicly available or is a private skill.
$sel:enablementType:SkillSummary'
, skillSummary_enablementType
- Whether the skill is enabled under the user's account, or if it
requires linking to be used.
$sel:skillName:SkillSummary'
, skillSummary_skillName
- The name of the skill.
skillSummary_skillId :: Lens' SkillSummary (Maybe Text) Source #
The ARN of the skill summary.
skillSummary_supportsLinking :: Lens' SkillSummary (Maybe Bool) Source #
Linking support for a skill.
skillSummary_skillType :: Lens' SkillSummary (Maybe SkillType) Source #
Whether the skill is publicly available or is a private skill.
skillSummary_enablementType :: Lens' SkillSummary (Maybe EnablementType) Source #
Whether the skill is enabled under the user's account, or if it requires linking to be used.
skillSummary_skillName :: Lens' SkillSummary (Maybe Text) Source #
The name of the skill.