Skip to content

Update Share Invitation

wellarchitected_update_share_invitation R Documentation

Update a workload or custom lens share invitation

Description

Update a workload or custom lens share invitation.

This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.

Usage

wellarchitected_update_share_invitation(ShareInvitationId,
  ShareInvitationAction)

Arguments

ShareInvitationId

[required] The ID assigned to the share invitation.

ShareInvitationAction

[required]

Value

A list with the following syntax:

list(
  ShareInvitation = list(
    ShareInvitationId = "string",
    ShareResourceType = "WORKLOAD"|"LENS"|"PROFILE"|"TEMPLATE",
    WorkloadId = "string",
    LensAlias = "string",
    LensArn = "string",
    ProfileArn = "string",
    TemplateArn = "string"
  )
)

Request syntax

svc$update_share_invitation(
  ShareInvitationId = "string",
  ShareInvitationAction = "ACCEPT"|"REJECT"
)