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

CreateBuildOutput

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

Represents the returned data in response to a request operation.

interface CreateBuildOutput {
Build?: Build | null;
StorageLocation?: S3Location | null;
UploadCredentials?: AwsCredentials | null;
}

§Properties

§
Build?: Build | null
[src]

The newly created build resource, including a unique build IDs and status.

§
StorageLocation?: S3Location | null
[src]

Amazon S3 location for your game build file, including bucket name and key.

§
UploadCredentials?: AwsCredentials | null
[src]

This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call "RequestUploadCredentials".