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 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.
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:sharedDocumentVersion:AccountSharingInfo'
, accountSharingInfo_sharedDocumentVersion
- The version of the current document shared with the account.
$sel:accountId:AccountSharingInfo'
, accountSharingInfo_accountId
- 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.
accountSharingInfo_accountId :: Lens' AccountSharingInfo (Maybe Text) Source #
The Amazon Web Services account ID where the current document is shared.