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

RequestUploadCredentialsOutput

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

Represents the returned data in response to a request operation.

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

§Properties

§
StorageLocation?: S3Location | null
[src]

Amazon S3 path and key, identifying where the game build files are stored.

§
UploadCredentials?: AwsCredentials | null
[src]

AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.