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

StartConfigurationSessionRequest

import type { StartConfigurationSessionRequest } from "https://aws-api.deno.dev/v0.4/services/appconfigdata.ts?docs=full";
interface StartConfigurationSessionRequest {
ApplicationIdentifier: string;
ConfigurationProfileIdentifier: string;
EnvironmentIdentifier: string;
RequiredMinimumPollIntervalInSeconds?: number | null;
}

§Properties

§
ApplicationIdentifier: string
[src]

The application ID or the application name.

§
ConfigurationProfileIdentifier: string
[src]

The configuration profile ID or the configuration profile name.

§
EnvironmentIdentifier: string
[src]

The environment ID or the environment name.

§
RequiredMinimumPollIntervalInSeconds?: number | null
[src]

Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call "GetLatestConfiguration" more frequently than every 60 seconds.