Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetResourceSharesRequest

import type { GetResourceSharesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";
interface GetResourceSharesRequest {
maxResults?: number | null;
name?: string | null;
nextToken?: string | null;
permissionArn?: string | null;
resourceOwner: ResourceOwner;
resourceShareArns?: string[] | null;
resourceShareStatus?: ResourceShareStatus | null;
tagFilters?: TagFilter[] | null;
}

§Properties

§
maxResults?: number | null
[src]
§
name?: string | null
[src]
§
nextToken?: string | null
[src]
§
permissionArn?: string | null
[src]
§
resourceOwner: ResourceOwner
[src]
§
resourceShareArns?: string[] | null
[src]
§
resourceShareStatus?: ResourceShareStatus | null
[src]
§
tagFilters?: TagFilter[] | null
[src]