Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
List the workload invitations.
Synopsis
- data ListShareInvitations = ListShareInvitations' {}
- newListShareInvitations :: ListShareInvitations
- listShareInvitations_nextToken :: Lens' ListShareInvitations (Maybe Text)
- listShareInvitations_workloadNamePrefix :: Lens' ListShareInvitations (Maybe Text)
- listShareInvitations_maxResults :: Lens' ListShareInvitations (Maybe Natural)
- data ListShareInvitationsResponse = ListShareInvitationsResponse' {}
- newListShareInvitationsResponse :: Int -> ListShareInvitationsResponse
- listShareInvitationsResponse_shareInvitationSummaries :: Lens' ListShareInvitationsResponse (Maybe [ShareInvitationSummary])
- listShareInvitationsResponse_nextToken :: Lens' ListShareInvitationsResponse (Maybe Text)
- listShareInvitationsResponse_httpStatus :: Lens' ListShareInvitationsResponse Int
Creating a Request
data ListShareInvitations Source #
Input for List Share Invitations
See: newListShareInvitations
smart constructor.
ListShareInvitations' | |
|
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: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_nextToken :: Lens' ListShareInvitations (Maybe Text) Source #
Undocumented member.
listShareInvitations_workloadNamePrefix :: Lens' ListShareInvitations (Maybe Text) Source #
Undocumented member.
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.
ListShareInvitationsResponse' | |
|
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:
$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
listShareInvitationsResponse_shareInvitationSummaries :: Lens' ListShareInvitationsResponse (Maybe [ShareInvitationSummary]) Source #
List of share invitation summaries in a workload.
listShareInvitationsResponse_nextToken :: Lens' ListShareInvitationsResponse (Maybe Text) Source #
Undocumented member.
listShareInvitationsResponse_httpStatus :: Lens' ListShareInvitationsResponse Int Source #
The response's http status code.