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

LicenseManagerLinuxSubscriptions

import { LicenseManagerLinuxSubscriptions } from "https://aws-api.deno.dev/v0.4/services/licensemanagerlinuxsubscriptions.ts?docs=full";
class LicenseManagerLinuxSubscriptions {
constructor(apiFactory: client.ApiFactory);
async getServiceSettings(opts?: client.RequestOptions): Promise<GetServiceSettingsResponse>;
async listLinuxSubscriptionInstances(params?: ListLinuxSubscriptionInstancesRequest, opts?: client.RequestOptions): Promise<ListLinuxSubscriptionInstancesResponse>;
async listLinuxSubscriptions(params?: ListLinuxSubscriptionsRequest, opts?: client.RequestOptions): Promise<ListLinuxSubscriptionsResponse>;
async updateServiceSettings(params: UpdateServiceSettingsRequest, opts?: client.RequestOptions): Promise<UpdateServiceSettingsResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
getServiceSettings(opts?: client.RequestOptions): Promise<GetServiceSettingsResponse>
[src]

Lists the Linux subscriptions service settings.

§

Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.

§

Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.

§

Updates the service settings for Linux subscriptions.

§Static Properties