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

CreateServiceLinkedRoleRequest

import type { CreateServiceLinkedRoleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface CreateServiceLinkedRoleRequest {
AWSServiceName: string;
CustomSuffix?: string | null;
Description?: string | null;
}

§Properties

§
AWSServiceName: string
[src]
§
CustomSuffix?: string | null
[src]
§
Description?: string | null
[src]