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

LicenseManagerUserSubscriptions

import { LicenseManagerUserSubscriptions } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
class LicenseManagerUserSubscriptions {
constructor(apiFactory: client.ApiFactory);
async associateUser(params: AssociateUserRequest, opts?: client.RequestOptions): Promise<AssociateUserResponse>;
async deregisterIdentityProvider(params: DeregisterIdentityProviderRequest, opts?: client.RequestOptions): Promise<DeregisterIdentityProviderResponse>;
async disassociateUser(params: DisassociateUserRequest, opts?: client.RequestOptions): Promise<DisassociateUserResponse>;
async listIdentityProviders(params?: ListIdentityProvidersRequest, opts?: client.RequestOptions): Promise<ListIdentityProvidersResponse>;
async listInstances(params?: ListInstancesRequest, opts?: client.RequestOptions): Promise<ListInstancesResponse>;
async listProductSubscriptions(params: ListProductSubscriptionsRequest, opts?: client.RequestOptions): Promise<ListProductSubscriptionsResponse>;
async listUserAssociations(params: ListUserAssociationsRequest, opts?: client.RequestOptions): Promise<ListUserAssociationsResponse>;
async registerIdentityProvider(params: RegisterIdentityProviderRequest, opts?: client.RequestOptions): Promise<RegisterIdentityProviderResponse>;
async startProductSubscription(params: StartProductSubscriptionRequest, opts?: client.RequestOptions): Promise<StartProductSubscriptionResponse>;
async stopProductSubscription(params: StopProductSubscriptionRequest, opts?: client.RequestOptions): Promise<StopProductSubscriptionResponse>;
async updateIdentityProviderSettings(params: UpdateIdentityProviderSettingsRequest, opts?: client.RequestOptions): Promise<UpdateIdentityProviderSettingsResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new LicenseManagerUserSubscriptions(apiFactory: client.ApiFactory)
[src]

§Methods

§

Associates the user to an EC2 instance to utilize user-based subscriptions.

Note: Your estimated bill for charges on the number of users and related costs will take 48 hours to appear for billing periods that haven't closed (marked as Pending billing status) in Amazon Web Services Billing. For more information, see Viewing your monthly charges in the Amazon Web Services Billing User Guide.

§

Deregisters the identity provider from providing user-based subscriptions.

§

Disassociates the user from an EC2 instance providing user-based subscriptions.

§

Lists the identity providers for user-based subscriptions.

§

Lists the EC2 instances providing user-based subscriptions.

§

Lists the user-based subscription products available from an identity provider.

§

Lists user associations for an identity provider.

§

Registers an identity provider for user-based subscriptions.

§

Starts a product subscription for a user with the specified identity provider.

Note: Your estimated bill for charges on the number of users and related costs will take 48 hours to appear for billing periods that haven't closed (marked as Pending billing status) in Amazon Web Services Billing. For more information, see Viewing your monthly charges in the Amazon Web Services Billing User Guide.

§

Stops a product subscription for a user with the specified identity provider.

§

Updates additional product configuration settings for the registered identity provider.

§Static Properties