[][src]Trait rusoto_ram::Ram

pub trait Ram {
#[must_use]    pub fn accept_resource_share_invitation<'life0, 'async_trait>(
        &'life0 self,
        input: AcceptResourceShareInvitationRequest
    ) -> Pin<Box<dyn Future<Output = Result<AcceptResourceShareInvitationResponse, RusotoError<AcceptResourceShareInvitationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_resource_share<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateResourceShareRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateResourceShareResponse, RusotoError<AssociateResourceShareError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_resource_share_permission<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateResourceSharePermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateResourceSharePermissionResponse, RusotoError<AssociateResourceSharePermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_resource_share<'life0, 'async_trait>(
        &'life0 self,
        input: CreateResourceShareRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateResourceShareResponse, RusotoError<CreateResourceShareError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_resource_share<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteResourceShareRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteResourceShareResponse, RusotoError<DeleteResourceShareError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_resource_share<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateResourceShareRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceShareResponse, RusotoError<DisassociateResourceShareError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_resource_share_permission<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateResourceSharePermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceSharePermissionResponse, RusotoError<DisassociateResourceSharePermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn enable_sharing_with_aws_organization<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<EnableSharingWithAwsOrganizationResponse, RusotoError<EnableSharingWithAwsOrganizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_permission<'life0, 'async_trait>(
        &'life0 self,
        input: GetPermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPermissionResponse, RusotoError<GetPermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_policies<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourcePoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_share_associations<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourceShareAssociationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourceShareAssociationsResponse, RusotoError<GetResourceShareAssociationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_share_invitations<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourceShareInvitationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourceShareInvitationsResponse, RusotoError<GetResourceShareInvitationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_shares<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourceSharesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourceSharesResponse, RusotoError<GetResourceSharesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_pending_invitation_resources<'life0, 'async_trait>(
        &'life0 self,
        input: ListPendingInvitationResourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPendingInvitationResourcesResponse, RusotoError<ListPendingInvitationResourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: ListPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPermissionsResponse, RusotoError<ListPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_principals<'life0, 'async_trait>(
        &'life0 self,
        input: ListPrincipalsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPrincipalsResponse, RusotoError<ListPrincipalsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resource_share_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceSharePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceSharePermissionsResponse, RusotoError<ListResourceSharePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resource_types<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceTypesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceTypesResponse, RusotoError<ListResourceTypesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resources<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourcesResponse, RusotoError<ListResourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn promote_resource_share_created_from_policy<'life0, 'async_trait>(
        &'life0 self,
        input: PromoteResourceShareCreatedFromPolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<PromoteResourceShareCreatedFromPolicyResponse, RusotoError<PromoteResourceShareCreatedFromPolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reject_resource_share_invitation<'life0, 'async_trait>(
        &'life0 self,
        input: RejectResourceShareInvitationRequest
    ) -> Pin<Box<dyn Future<Output = Result<RejectResourceShareInvitationResponse, RusotoError<RejectResourceShareInvitationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_resource_share<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateResourceShareRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateResourceShareResponse, RusotoError<UpdateResourceShareError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the RAM API. RAM clients implement this trait.

Required methods

#[must_use]pub fn accept_resource_share_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptResourceShareInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptResourceShareInvitationResponse, RusotoError<AcceptResourceShareInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts an invitation to a resource share from another AWS account.

#[must_use]pub fn associate_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateResourceShareResponse, RusotoError<AssociateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified resource share with the specified principals and resources.

#[must_use]pub fn associate_resource_share_permission<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateResourceSharePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateResourceSharePermissionResponse, RusotoError<AssociateResourceSharePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a permission with a resource share.

#[must_use]pub fn create_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: CreateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<CreateResourceShareResponse, RusotoError<CreateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a resource share.

#[must_use]pub fn delete_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteResourceShareResponse, RusotoError<DeleteResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified resource share.

#[must_use]pub fn disassociate_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceShareResponse, RusotoError<DisassociateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified principals or resources from the specified resource share.

#[must_use]pub fn disassociate_resource_share_permission<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateResourceSharePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceSharePermissionResponse, RusotoError<DisassociateResourceSharePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates an AWS RAM permission from a resource share.

#[must_use]pub fn enable_sharing_with_aws_organization<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<EnableSharingWithAwsOrganizationResponse, RusotoError<EnableSharingWithAwsOrganizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables resource sharing within your AWS Organization.

The caller must be the master account for the AWS Organization.

#[must_use]pub fn get_permission<'life0, 'async_trait>(
    &'life0 self,
    input: GetPermissionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPermissionResponse, RusotoError<GetPermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the contents of an AWS RAM permission in JSON format.

#[must_use]pub fn get_resource_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the policies for the specified resources that you own and have shared.

#[must_use]pub fn get_resource_share_associations<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceShareAssociationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceShareAssociationsResponse, RusotoError<GetResourceShareAssociationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the resources or principals for the resource shares that you own.

#[must_use]pub fn get_resource_share_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceShareInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceShareInvitationsResponse, RusotoError<GetResourceShareInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the invitations for resource sharing that you've received.

#[must_use]pub fn get_resource_shares<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceSharesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceSharesResponse, RusotoError<GetResourceSharesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the resource shares that you own or the resource shares that are shared with you.

#[must_use]pub fn list_pending_invitation_resources<'life0, 'async_trait>(
    &'life0 self,
    input: ListPendingInvitationResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPendingInvitationResourcesResponse, RusotoError<ListPendingInvitationResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resources in a resource share that is shared with you but that the invitation is still pending for.

#[must_use]pub fn list_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPermissionsResponse, RusotoError<ListPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the AWS RAM permissions.

#[must_use]pub fn list_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalsResponse, RusotoError<ListPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the principals that you have shared resources with or that have shared resources with you.

#[must_use]pub fn list_resource_share_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceSharePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceSharePermissionsResponse, RusotoError<ListResourceSharePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the AWS RAM permissions that are associated with a resource share.

#[must_use]pub fn list_resource_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceTypesRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceTypesResponse, RusotoError<ListResourceTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the shareable resource types supported by AWS RAM.

#[must_use]pub fn list_resources<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourcesResponse, RusotoError<ListResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resources that you added to a resource shares or the resources that are shared with you.

#[must_use]pub fn promote_resource_share_created_from_policy<'life0, 'async_trait>(
    &'life0 self,
    input: PromoteResourceShareCreatedFromPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<PromoteResourceShareCreatedFromPolicyResponse, RusotoError<PromoteResourceShareCreatedFromPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resource shares that were created by attaching a policy to a resource are visible only to the resource share owner, and the resource share cannot be modified in AWS RAM.

Use this API action to promote the resource share. When you promote the resource share, it becomes:

  • Visible to all principals that it is shared with.

  • Modifiable in AWS RAM.

#[must_use]pub fn reject_resource_share_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: RejectResourceShareInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<RejectResourceShareInvitationResponse, RusotoError<RejectResourceShareInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects an invitation to a resource share from another AWS account.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified resource share that you own.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified resource share that you own.

#[must_use]pub fn update_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateResourceShareResponse, RusotoError<UpdateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified resource share that you own.

Loading content...

Implementors

impl Ram for RamClient[src]

pub fn accept_resource_share_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptResourceShareInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptResourceShareInvitationResponse, RusotoError<AcceptResourceShareInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts an invitation to a resource share from another AWS account.

pub fn associate_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateResourceShareResponse, RusotoError<AssociateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified resource share with the specified principals and resources.

pub fn associate_resource_share_permission<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateResourceSharePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateResourceSharePermissionResponse, RusotoError<AssociateResourceSharePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a permission with a resource share.

pub fn create_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: CreateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<CreateResourceShareResponse, RusotoError<CreateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a resource share.

pub fn delete_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteResourceShareResponse, RusotoError<DeleteResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified resource share.

pub fn disassociate_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceShareResponse, RusotoError<DisassociateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified principals or resources from the specified resource share.

pub fn disassociate_resource_share_permission<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateResourceSharePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateResourceSharePermissionResponse, RusotoError<DisassociateResourceSharePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates an AWS RAM permission from a resource share.

pub fn enable_sharing_with_aws_organization<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<EnableSharingWithAwsOrganizationResponse, RusotoError<EnableSharingWithAwsOrganizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables resource sharing within your AWS Organization.

The caller must be the master account for the AWS Organization.

pub fn get_permission<'life0, 'async_trait>(
    &'life0 self,
    input: GetPermissionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPermissionResponse, RusotoError<GetPermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the contents of an AWS RAM permission in JSON format.

pub fn get_resource_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the policies for the specified resources that you own and have shared.

pub fn get_resource_share_associations<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceShareAssociationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceShareAssociationsResponse, RusotoError<GetResourceShareAssociationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the resources or principals for the resource shares that you own.

pub fn get_resource_share_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceShareInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceShareInvitationsResponse, RusotoError<GetResourceShareInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the invitations for resource sharing that you've received.

pub fn get_resource_shares<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourceSharesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourceSharesResponse, RusotoError<GetResourceSharesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the resource shares that you own or the resource shares that are shared with you.

pub fn list_pending_invitation_resources<'life0, 'async_trait>(
    &'life0 self,
    input: ListPendingInvitationResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListPendingInvitationResourcesResponse, RusotoError<ListPendingInvitationResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resources in a resource share that is shared with you but that the invitation is still pending for.

pub fn list_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPermissionsResponse, RusotoError<ListPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the AWS RAM permissions.

pub fn list_principals<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalsResponse, RusotoError<ListPrincipalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the principals that you have shared resources with or that have shared resources with you.

pub fn list_resource_share_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceSharePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceSharePermissionsResponse, RusotoError<ListResourceSharePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the AWS RAM permissions that are associated with a resource share.

pub fn list_resource_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceTypesRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceTypesResponse, RusotoError<ListResourceTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the shareable resource types supported by AWS RAM.

pub fn list_resources<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourcesResponse, RusotoError<ListResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resources that you added to a resource shares or the resources that are shared with you.

pub fn promote_resource_share_created_from_policy<'life0, 'async_trait>(
    &'life0 self,
    input: PromoteResourceShareCreatedFromPolicyRequest
) -> Pin<Box<dyn Future<Output = Result<PromoteResourceShareCreatedFromPolicyResponse, RusotoError<PromoteResourceShareCreatedFromPolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resource shares that were created by attaching a policy to a resource are visible only to the resource share owner, and the resource share cannot be modified in AWS RAM.

Use this API action to promote the resource share. When you promote the resource share, it becomes:

  • Visible to all principals that it is shared with.

  • Modifiable in AWS RAM.

pub fn reject_resource_share_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: RejectResourceShareInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<RejectResourceShareInvitationResponse, RusotoError<RejectResourceShareInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects an invitation to a resource share from another AWS account.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified resource share that you own.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified resource share that you own.

pub fn update_resource_share<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateResourceShareRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateResourceShareResponse, RusotoError<UpdateResourceShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified resource share that you own.

Loading content...