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

GetAuthorizationTokenRequest

import type { GetAuthorizationTokenRequest } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface GetAuthorizationTokenRequest {
domain: string;
domainOwner?: string | null;
durationSeconds?: number | null;
}

§Properties

§
domain: string
[src]

The name of the domain that is in scope for the generated authorization token.

§
domainOwner?: string | null
[src]

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

§
durationSeconds?: number | null
[src]

The time, in seconds, that the generated authorization token is valid. Valid values are 0 and any number between 900 (15 minutes) and 43200 (12 hours). A value of 0 will set the expiration of the authorization token to the same expiration of the user's role's temporary credentials.