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

PutAccessControlRuleRequest

import type { PutAccessControlRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workmail.ts";
interface PutAccessControlRuleRequest {
Actions?: string[] | null;
Description: string;
IpRanges?: string[] | null;
Name: string;
NotActions?: string[] | null;
NotIpRanges?: string[] | null;
NotUserIds?: string[] | null;
OrganizationId: string;
UserIds?: string[] | null;
}

§Properties

§
Actions?: string[] | null
[src]
§
Description: string
[src]
§
IpRanges?: string[] | null
[src]
§
Name: string
[src]
§
NotActions?: string[] | null
[src]
§
NotIpRanges?: string[] | null
[src]
§
NotUserIds?: string[] | null
[src]
§
OrganizationId: string
[src]
§
UserIds?: string[] | null
[src]