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 |
Amazonka.WellArchitected.AssociateLenses
Description
Associate a lens to a workload.
Synopsis
- data AssociateLenses = AssociateLenses' {}
- newAssociateLenses :: Text -> NonEmpty Text -> AssociateLenses
- associateLenses_workloadId :: Lens' AssociateLenses Text
- associateLenses_lensAliases :: Lens' AssociateLenses (NonEmpty Text)
- data AssociateLensesResponse = AssociateLensesResponse' {
- newAssociateLensesResponse :: AssociateLensesResponse
Creating a Request
data AssociateLenses Source #
Input to associate lens reviews.
See: newAssociateLenses
smart constructor.
Constructors
AssociateLenses' | |
Fields
|
Instances
Arguments
:: Text | |
-> NonEmpty Text | |
-> AssociateLenses |
Create a value of AssociateLenses
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:AssociateLenses'
, associateLenses_workloadId
- Undocumented member.
$sel:lensAliases:AssociateLenses'
, associateLenses_lensAliases
- Undocumented member.
Request Lenses
associateLenses_workloadId :: Lens' AssociateLenses Text Source #
Undocumented member.
associateLenses_lensAliases :: Lens' AssociateLenses (NonEmpty Text) Source #
Undocumented member.
Destructuring the Response
data AssociateLensesResponse Source #
See: newAssociateLensesResponse
smart constructor.
Constructors
AssociateLensesResponse' | |
Instances
newAssociateLensesResponse :: AssociateLensesResponse Source #
Create a value of AssociateLensesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.