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
Documentation
data ShareDetails Source #
Information about the portfolio share operation.
See: newShareDetails
smart constructor.
ShareDetails' | |
|
Instances
newShareDetails :: ShareDetails Source #
Create a value of ShareDetails
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:shareErrors:ShareDetails'
, shareDetails_shareErrors
- List of errors.
$sel:successfulShares:ShareDetails'
, shareDetails_successfulShares
- List of accounts for whom the operation succeeded.
shareDetails_shareErrors :: Lens' ShareDetails (Maybe [ShareError]) Source #
List of errors.
shareDetails_successfulShares :: Lens' ShareDetails (Maybe [Text]) Source #
List of accounts for whom the operation succeeded.