logo
pub struct RamClient { /* private fields */ }
Expand description

A client for the RAM API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Associates a permission with a resource share.

Creates a resource share.

Deletes the specified resource share.

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

Disassociates an AWS RAM permission from a resource share.

Enables resource sharing within your AWS Organization.

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

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

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

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

Gets the invitations that you have received for resource shares.

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

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

Lists the AWS RAM permissions.

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

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

Lists the shareable resource types supported by AWS RAM.

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

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.

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

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

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

Updates the specified resource share that you own.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more