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.ShareInvitationSummary

Description

 
Synopsis

Documentation

data ShareInvitationSummary Source #

A share invitation summary return object.

See: newShareInvitationSummary smart constructor.

Instances

Instances details
Eq ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

Read ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

Show ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

Generic ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

Associated Types

type Rep ShareInvitationSummary :: Type -> Type #

NFData ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

Methods

rnf :: ShareInvitationSummary -> () #

Hashable ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

FromJSON ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

type Rep ShareInvitationSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ShareInvitationSummary

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

newShareInvitationSummary :: ShareInvitationSummary Source #

Create a value of ShareInvitationSummary 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:sharedBy:ShareInvitationSummary', shareInvitationSummary_sharedBy - Undocumented member.

$sel:sharedWith:ShareInvitationSummary', shareInvitationSummary_sharedWith - Undocumented member.

$sel:permissionType:ShareInvitationSummary', shareInvitationSummary_permissionType - Undocumented member.

$sel:workloadId:ShareInvitationSummary', shareInvitationSummary_workloadId - Undocumented member.

$sel:workloadName:ShareInvitationSummary', shareInvitationSummary_workloadName - Undocumented member.

$sel:shareInvitationId:ShareInvitationSummary', shareInvitationSummary_shareInvitationId - The ID assigned to the share invitation.