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

StartProductSubscriptionRequest

import type { StartProductSubscriptionRequest } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface StartProductSubscriptionRequest {
Domain?: string | null;
IdentityProvider: IdentityProvider;
Product: string;
Username: string;
}

§Properties

§
Domain?: string | null
[src]

The domain name of the user.

§
IdentityProvider: IdentityProvider
[src]

An object that specifies details for the identity provider.

§
Product: string
[src]

The name of the user-based subscription product.

§
Username: string
[src]

The user name from the identity provider of the user.