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

Description

List the workload invitations.

Synopsis

Creating a Request

data ListShareInvitations Source #

Input for List Share Invitations

See: newListShareInvitations smart constructor.

Constructors

ListShareInvitations' 

Fields

Instances

Instances details
Eq ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Read ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Show ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Generic ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Associated Types

type Rep ListShareInvitations :: Type -> Type #

NFData ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Methods

rnf :: ListShareInvitations -> () #

Hashable ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

AWSRequest ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Associated Types

type AWSResponse ListShareInvitations #

ToHeaders ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

ToPath ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

ToQuery ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

type Rep ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

type Rep ListShareInvitations = D1 ('MetaData "ListShareInvitations" "Amazonka.WellArchitected.ListShareInvitations" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListShareInvitations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workloadNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListShareInvitations Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

newListShareInvitations :: ListShareInvitations Source #

Create a value of ListShareInvitations 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:nextToken:ListShareInvitations', listShareInvitations_nextToken - Undocumented member.

$sel:workloadNamePrefix:ListShareInvitations', listShareInvitations_workloadNamePrefix - Undocumented member.

$sel:maxResults:ListShareInvitations', listShareInvitations_maxResults - The maximum number of results to return for this request.

Request Lenses

listShareInvitations_maxResults :: Lens' ListShareInvitations (Maybe Natural) Source #

The maximum number of results to return for this request.

Destructuring the Response

data ListShareInvitationsResponse Source #

Input for List Share Invitations

See: newListShareInvitationsResponse smart constructor.

Constructors

ListShareInvitationsResponse' 

Fields

Instances

Instances details
Eq ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Read ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Show ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Generic ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

Associated Types

type Rep ListShareInvitationsResponse :: Type -> Type #

NFData ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

type Rep ListShareInvitationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListShareInvitations

type Rep ListShareInvitationsResponse = D1 ('MetaData "ListShareInvitationsResponse" "Amazonka.WellArchitected.ListShareInvitations" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListShareInvitationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shareInvitationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ShareInvitationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListShareInvitationsResponse Source #

Create a value of ListShareInvitationsResponse 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:shareInvitationSummaries:ListShareInvitationsResponse', listShareInvitationsResponse_shareInvitationSummaries - List of share invitation summaries in a workload.

$sel:nextToken:ListShareInvitations', listShareInvitationsResponse_nextToken - Undocumented member.

$sel:httpStatus:ListShareInvitationsResponse', listShareInvitationsResponse_httpStatus - The response's http status code.

Response Lenses