libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

Instances

Instances details
Eq AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Read AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Show AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Generic AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Associated Types

type Rep AccountSharingInfo :: Type -> Type #

NFData AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Methods

rnf :: AccountSharingInfo -> () #

Hashable AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

FromJSON AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

type Rep AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

type Rep AccountSharingInfo = D1 ('MetaData "AccountSharingInfo" "Amazonka.SSM.Types.AccountSharingInfo" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "AccountSharingInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sharedDocumentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.