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

CreateSMBFileShareInput

import type { CreateSMBFileShareInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";
interface CreateSMBFileShareInput {
AccessBasedEnumeration?: boolean | null;
AdminUserList?: string[] | null;
AuditDestinationARN?: string | null;
Authentication?: string | null;
BucketRegion?: string | null;
CacheAttributes?: CacheAttributes | null;
CaseSensitivity?: CaseSensitivity | null;
ClientToken: string;
DefaultStorageClass?: string | null;
FileShareName?: string | null;
GatewayARN: string;
GuessMIMETypeEnabled?: boolean | null;
InvalidUserList?: string[] | null;
KMSEncrypted?: boolean | null;
KMSKey?: string | null;
LocationARN: string;
NotificationPolicy?: string | null;
ObjectACL?: ObjectACL | null;
OplocksEnabled?: boolean | null;
ReadOnly?: boolean | null;
RequesterPays?: boolean | null;
Role: string;
SMBACLEnabled?: boolean | null;
Tags?: Tag[] | null;
ValidUserList?: string[] | null;
VPCEndpointDNSName?: string | null;
}

§Properties

§
AccessBasedEnumeration?: boolean | null
[src]
§
AdminUserList?: string[] | null
[src]
§
AuditDestinationARN?: string | null
[src]
§
Authentication?: string | null
[src]
§
BucketRegion?: string | null
[src]
§
CacheAttributes?: CacheAttributes | null
[src]
§
CaseSensitivity?: CaseSensitivity | null
[src]
§
ClientToken: string
[src]
§
DefaultStorageClass?: string | null
[src]
§
FileShareName?: string | null
[src]
§
GatewayARN: string
[src]
§
GuessMIMETypeEnabled?: boolean | null
[src]
§
InvalidUserList?: string[] | null
[src]
§
KMSEncrypted?: boolean | null
[src]
§
KMSKey?: string | null
[src]
§
LocationARN: string
[src]
§
NotificationPolicy?: string | null
[src]
§
ObjectACL?: ObjectACL | null
[src]
§
OplocksEnabled?: boolean | null
[src]
§
ReadOnly?: boolean | null
[src]
§
RequesterPays?: boolean | null
[src]
§
Role: string
[src]
§
SMBACLEnabled?: boolean | null
[src]
§
Tags?: Tag[] | null
[src]
§
ValidUserList?: string[] | null
[src]
§
VPCEndpointDNSName?: string | null
[src]