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

GetProgrammaticAccessCredentialsRequest

import type { GetProgrammaticAccessCredentialsRequest } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Request for GetProgrammaticAccessCredentials operation

interface GetProgrammaticAccessCredentialsRequest {
durationInMinutes?: number | null;
environmentId: string;
}

§Properties

§
durationInMinutes?: number | null
[src]

The time duration in which the credentials remain valid.

§
environmentId: string
[src]

The FinSpace environment identifier.