libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.Types.ShareInvitation

Description

 
Synopsis

Documentation

data ShareInvitation Source #

The share invitation.

See: newShareInvitation smart constructor.

Constructors

ShareInvitation' 

Fields

Instances

Instances details
Eq ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

Read ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

Show ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

Generic ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

Associated Types

type Rep ShareInvitation :: Type -> Type #

NFData ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

Methods

rnf :: ShareInvitation -> () #

Hashable ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

FromJSON ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

type Rep ShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitation

type Rep ShareInvitation = D1 ('MetaData "ShareInvitation" "Amazonka.WellArchitected.Types.ShareInvitation" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ShareInvitation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "shareInvitationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newShareInvitation :: ShareInvitation Source #

Create a value of ShareInvitation 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:workloadId:ShareInvitation', shareInvitation_workloadId - Undocumented member.

$sel:shareInvitationId:ShareInvitation', shareInvitation_shareInvitationId - The ID assigned to the share invitation.

shareInvitation_shareInvitationId :: Lens' ShareInvitation (Maybe Text) Source #

The ID assigned to the share invitation.