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 |
Disassociate a lens from a workload.
The AWS Well-Architected Framework lens (wellarchitected
) cannot be
removed from a workload.
Synopsis
- data DisassociateLenses = DisassociateLenses' {}
- newDisassociateLenses :: Text -> NonEmpty Text -> DisassociateLenses
- disassociateLenses_workloadId :: Lens' DisassociateLenses Text
- disassociateLenses_lensAliases :: Lens' DisassociateLenses (NonEmpty Text)
- data DisassociateLensesResponse = DisassociateLensesResponse' {
- newDisassociateLensesResponse :: DisassociateLensesResponse
Creating a Request
data DisassociateLenses Source #
Input to disassociate lens reviews.
See: newDisassociateLenses
smart constructor.
Instances
newDisassociateLenses Source #
:: Text | |
-> NonEmpty Text | |
-> DisassociateLenses |
Create a value of DisassociateLenses
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:workloadId:DisassociateLenses'
, disassociateLenses_workloadId
- Undocumented member.
$sel:lensAliases:DisassociateLenses'
, disassociateLenses_lensAliases
- Undocumented member.
Request Lenses
disassociateLenses_workloadId :: Lens' DisassociateLenses Text Source #
Undocumented member.
disassociateLenses_lensAliases :: Lens' DisassociateLenses (NonEmpty Text) Source #
Undocumented member.
Destructuring the Response
data DisassociateLensesResponse Source #
See: newDisassociateLensesResponse
smart constructor.
Instances
newDisassociateLensesResponse :: DisassociateLensesResponse Source #
Create a value of DisassociateLensesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.