| 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.SSM.Types.AccountSharingInfo
Description
Synopsis
Documentation
data AccountSharingInfo Source #
Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.
See: newAccountSharingInfo smart constructor.
Constructors
| AccountSharingInfo' | |
Instances
newAccountSharingInfo :: AccountSharingInfo Source #
Create a value of AccountSharingInfo 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:accountId:AccountSharingInfo', accountSharingInfo_accountId - The Amazon Web Services account ID where the current document is shared.
$sel:sharedDocumentVersion:AccountSharingInfo', accountSharingInfo_sharedDocumentVersion - The version of the current document shared with the account.
accountSharingInfo_accountId :: Lens' AccountSharingInfo (Maybe Text) Source #
The Amazon Web Services account ID where the current document is shared.
accountSharingInfo_sharedDocumentVersion :: Lens' AccountSharingInfo (Maybe Text) Source #
The version of the current document shared with the account.