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

UpdateGraphqlApiRequest

import type { UpdateGraphqlApiRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";
interface UpdateGraphqlApiRequest {
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null;
apiId: string;
authenticationType?: AuthenticationType | null;
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null;
logConfig?: LogConfig | null;
name: string;
openIDConnectConfig?: OpenIDConnectConfig | null;
userPoolConfig?: UserPoolConfig | null;
xrayEnabled?: boolean | null;
}

§Properties

§
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null
[src]
§
apiId: string
[src]
§
authenticationType?: AuthenticationType | null
[src]
§
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null
[src]
§
logConfig?: LogConfig | null
[src]
§
name: string
[src]
§
openIDConnectConfig?: OpenIDConnectConfig | null
[src]
§
userPoolConfig?: UserPoolConfig | null
[src]
§
xrayEnabled?: boolean | null
[src]