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 |
Associate a lens to a workload.
Up to 10 lenses can be associated with a workload in a single API operation. A maximum of 20 lenses can be associated with a workload.
Disclaimer
By accessing and/or applying custom lenses created by another Amazon Web Services user or account, you acknowledge that custom lenses created by other users and shared with you are Third Party Content as defined in the Amazon Web Services Customer Agreement.
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.
Instances
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:
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.
Instances
Generic AssociateLensesResponse Source # | |
Defined in Amazonka.WellArchitected.AssociateLenses type Rep AssociateLensesResponse :: Type -> Type # | |
Read AssociateLensesResponse Source # | |
Show AssociateLensesResponse Source # | |
Defined in Amazonka.WellArchitected.AssociateLenses showsPrec :: Int -> AssociateLensesResponse -> ShowS # show :: AssociateLensesResponse -> String # showList :: [AssociateLensesResponse] -> ShowS # | |
NFData AssociateLensesResponse Source # | |
Defined in Amazonka.WellArchitected.AssociateLenses rnf :: AssociateLensesResponse -> () # | |
Eq AssociateLensesResponse Source # | |
Defined in Amazonka.WellArchitected.AssociateLenses | |
type Rep AssociateLensesResponse Source # | |
Defined in Amazonka.WellArchitected.AssociateLenses |
newAssociateLensesResponse :: AssociateLensesResponse Source #
Create a value of AssociateLensesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.