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

CreateSpotDatafeedSubscriptionRequest

import type { CreateSpotDatafeedSubscriptionRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";

Contains the parameters for CreateSpotDatafeedSubscription.

interface CreateSpotDatafeedSubscriptionRequest {
Bucket: string;
DryRun?: boolean | null;
Prefix?: string | null;
}

§Properties

§
Bucket: string
[src]

The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
Prefix?: string | null
[src]

The prefix for the data feed file names.