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 |
Update a workload invitation.
Synopsis
- data UpdateShareInvitation = UpdateShareInvitation' {}
- newUpdateShareInvitation :: Text -> ShareInvitationAction -> UpdateShareInvitation
- updateShareInvitation_shareInvitationId :: Lens' UpdateShareInvitation Text
- updateShareInvitation_shareInvitationAction :: Lens' UpdateShareInvitation ShareInvitationAction
- data UpdateShareInvitationResponse = UpdateShareInvitationResponse' {}
- newUpdateShareInvitationResponse :: Int -> UpdateShareInvitationResponse
- updateShareInvitationResponse_shareInvitation :: Lens' UpdateShareInvitationResponse (Maybe ShareInvitation)
- updateShareInvitationResponse_httpStatus :: Lens' UpdateShareInvitationResponse Int
Creating a Request
data UpdateShareInvitation Source #
Input for Update Share Invitation
See: newUpdateShareInvitation
smart constructor.
UpdateShareInvitation' | |
|
Instances
newUpdateShareInvitation Source #
Create a value of UpdateShareInvitation
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:shareInvitationId:UpdateShareInvitation'
, updateShareInvitation_shareInvitationId
- The ID assigned to the share invitation.
$sel:shareInvitationAction:UpdateShareInvitation'
, updateShareInvitation_shareInvitationAction
- Undocumented member.
Request Lenses
updateShareInvitation_shareInvitationId :: Lens' UpdateShareInvitation Text Source #
The ID assigned to the share invitation.
updateShareInvitation_shareInvitationAction :: Lens' UpdateShareInvitation ShareInvitationAction Source #
Undocumented member.
Destructuring the Response
data UpdateShareInvitationResponse Source #
See: newUpdateShareInvitationResponse
smart constructor.
UpdateShareInvitationResponse' | |
|
Instances
newUpdateShareInvitationResponse Source #
Create a value of UpdateShareInvitationResponse
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:shareInvitation:UpdateShareInvitationResponse'
, updateShareInvitationResponse_shareInvitation
- The updated workload share invitation.
$sel:httpStatus:UpdateShareInvitationResponse'
, updateShareInvitationResponse_httpStatus
- The response's http status code.
Response Lenses
updateShareInvitationResponse_shareInvitation :: Lens' UpdateShareInvitationResponse (Maybe ShareInvitation) Source #
The updated workload share invitation.
updateShareInvitationResponse_httpStatus :: Lens' UpdateShareInvitationResponse Int Source #
The response's http status code.