| 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 |
Amazonka.ServiceCatalog.Types.ShareDetails
Description
Synopsis
Documentation
data ShareDetails Source #
Information about the portfolio share operation.
See: newShareDetails smart constructor.
Constructors
| ShareDetails' | |
Fields
| |
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.