| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WellArchitected.ListShareInvitations
Description
List the workload invitations.
Synopsis
- data ListShareInvitations = ListShareInvitations' {}
- newListShareInvitations :: ListShareInvitations
- listShareInvitations_lensNamePrefix :: Lens' ListShareInvitations (Maybe Text)
- listShareInvitations_maxResults :: Lens' ListShareInvitations (Maybe Natural)
- listShareInvitations_nextToken :: Lens' ListShareInvitations (Maybe Text)
- listShareInvitations_shareResourceType :: Lens' ListShareInvitations (Maybe ShareResourceType)
- listShareInvitations_workloadNamePrefix :: Lens' ListShareInvitations (Maybe Text)
- data ListShareInvitationsResponse = ListShareInvitationsResponse' {}
- newListShareInvitationsResponse :: Int -> ListShareInvitationsResponse
- listShareInvitationsResponse_nextToken :: Lens' ListShareInvitationsResponse (Maybe Text)
- listShareInvitationsResponse_shareInvitationSummaries :: Lens' ListShareInvitationsResponse (Maybe [ShareInvitationSummary])
- listShareInvitationsResponse_httpStatus :: Lens' ListShareInvitationsResponse Int
Creating a Request
data ListShareInvitations Source #
Input for List Share Invitations
See: newListShareInvitations smart constructor.
Constructors
| ListShareInvitations' | |
Fields
| |
Instances
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:lensNamePrefix:ListShareInvitations', listShareInvitations_lensNamePrefix - An optional string added to the beginning of each lens name returned in
the results.
$sel:maxResults:ListShareInvitations', listShareInvitations_maxResults - The maximum number of results to return for this request.
ListShareInvitations, listShareInvitations_nextToken - Undocumented member.
ListShareInvitations, listShareInvitations_shareResourceType - The type of share invitations to be returned.
$sel:workloadNamePrefix:ListShareInvitations', listShareInvitations_workloadNamePrefix - Undocumented member.
Request Lenses
listShareInvitations_lensNamePrefix :: Lens' ListShareInvitations (Maybe Text) Source #
An optional string added to the beginning of each lens name returned in the results.
listShareInvitations_maxResults :: Lens' ListShareInvitations (Maybe Natural) Source #
The maximum number of results to return for this request.
listShareInvitations_nextToken :: Lens' ListShareInvitations (Maybe Text) Source #
Undocumented member.
listShareInvitations_shareResourceType :: Lens' ListShareInvitations (Maybe ShareResourceType) Source #
The type of share invitations to be returned.
listShareInvitations_workloadNamePrefix :: Lens' ListShareInvitations (Maybe Text) Source #
Undocumented member.
Destructuring the Response
data ListShareInvitationsResponse Source #
Input for List Share Invitations
See: newListShareInvitationsResponse smart constructor.
Constructors
| ListShareInvitationsResponse' | |
Fields
| |
Instances
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:
ListShareInvitations, listShareInvitationsResponse_nextToken - Undocumented member.
$sel:shareInvitationSummaries:ListShareInvitationsResponse', listShareInvitationsResponse_shareInvitationSummaries - List of share invitation summaries in a workload.
$sel:httpStatus:ListShareInvitationsResponse', listShareInvitationsResponse_httpStatus - The response's http status code.
Response Lenses
listShareInvitationsResponse_nextToken :: Lens' ListShareInvitationsResponse (Maybe Text) Source #
Undocumented member.
listShareInvitationsResponse_shareInvitationSummaries :: Lens' ListShareInvitationsResponse (Maybe [ShareInvitationSummary]) Source #
List of share invitation summaries in a workload.
listShareInvitationsResponse_httpStatus :: Lens' ListShareInvitationsResponse Int Source #
The response's http status code.