We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by clicking Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
list_share_invitations
(**kwargs)¶List the workload invitations.
See also: AWS API Documentation
Request Syntax
response = client.list_share_invitations(
WorkloadNamePrefix='string',
LensNamePrefix='string',
ShareResourceType='WORKLOAD'|'LENS',
NextToken='string',
MaxResults=123
)
dict
Response Syntax
{
'ShareInvitationSummaries': [
{
'ShareInvitationId': 'string',
'SharedBy': 'string',
'SharedWith': 'string',
'PermissionType': 'READONLY'|'CONTRIBUTOR',
'ShareResourceType': 'WORKLOAD'|'LENS',
'WorkloadName': 'string',
'WorkloadId': 'string',
'LensName': 'string',
'LensArn': 'string'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Input for List Share Invitations
ShareInvitationSummaries (list) --
List of share invitation summaries in a workload.
(dict) --
A share invitation summary return object.
ShareInvitationId (string) --
The ID assigned to the share invitation.
SharedBy (string) --
An Amazon Web Services account ID.
SharedWith (string) --
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
PermissionType (string) --
Permission granted on a workload share.
ShareResourceType (string) --
The resource type of the share invitation.
WorkloadName (string) --
The name of the workload.
The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.
WorkloadId (string) --
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
LensName (string) --
The full name of the lens.
LensArn (string) --
The ARN for the lens.
NextToken (string) --
The token to use to retrieve the next set of results.
Exceptions
WellArchitected.Client.exceptions.ValidationException
WellArchitected.Client.exceptions.InternalServerException
WellArchitected.Client.exceptions.AccessDeniedException
WellArchitected.Client.exceptions.ThrottlingException