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

UpdateResourceServerRequest

import type { UpdateResourceServerRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface UpdateResourceServerRequest {
Identifier: string;
Name: string;
Scopes?: ResourceServerScopeType[] | null;
UserPoolId: string;
}

§Properties

§
Identifier: string
[src]

The identifier for the resource server.

§
Name: string
[src]

The name of the resource server.

§

The scope values to be set for the resource server.

§
UserPoolId: string
[src]

The user pool ID for the user pool.