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

StopStreamingSessionRequest

import type { StopStreamingSessionRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface StopStreamingSessionRequest {
clientToken?: string | null;
sessionId: string;
studioId: string;
volumeRetentionMode?: VolumeRetentionMode | null;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
sessionId: string
[src]

The streaming session ID for the StopStreamingSessionRequest.

§
studioId: string
[src]

The studioId for the StopStreamingSessionRequest.

§
volumeRetentionMode?: VolumeRetentionMode | null
[src]

Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.