@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
22 lines (21 loc) • 1.98 kB
TypeScript
export { AssociationArgs, AssociationState } from "./association";
export type Association = import("./association").Association;
export declare const Association: typeof import("./association").Association;
export { GetLicenseGrantsArgs, GetLicenseGrantsResult, GetLicenseGrantsOutputArgs } from "./getLicenseGrants";
export declare const getLicenseGrants: typeof import("./getLicenseGrants").getLicenseGrants;
export declare const getLicenseGrantsOutput: typeof import("./getLicenseGrants").getLicenseGrantsOutput;
export { GetReceivedLicenseArgs, GetReceivedLicenseResult, GetReceivedLicenseOutputArgs } from "./getReceivedLicense";
export declare const getReceivedLicense: typeof import("./getReceivedLicense").getReceivedLicense;
export declare const getReceivedLicenseOutput: typeof import("./getReceivedLicense").getReceivedLicenseOutput;
export { GetReceivedLicensesArgs, GetReceivedLicensesResult, GetReceivedLicensesOutputArgs } from "./getReceivedLicenses";
export declare const getReceivedLicenses: typeof import("./getReceivedLicenses").getReceivedLicenses;
export declare const getReceivedLicensesOutput: typeof import("./getReceivedLicenses").getReceivedLicensesOutput;
export { LicenseConfigurationArgs, LicenseConfigurationState } from "./licenseConfiguration";
export type LicenseConfiguration = import("./licenseConfiguration").LicenseConfiguration;
export declare const LicenseConfiguration: typeof import("./licenseConfiguration").LicenseConfiguration;
export { LicenseGrantArgs, LicenseGrantState } from "./licenseGrant";
export type LicenseGrant = import("./licenseGrant").LicenseGrant;
export declare const LicenseGrant: typeof import("./licenseGrant").LicenseGrant;
export { LicenseGrantAccepterArgs, LicenseGrantAccepterState } from "./licenseGrantAccepter";
export type LicenseGrantAccepter = import("./licenseGrantAccepter").LicenseGrantAccepter;
export declare const LicenseGrantAccepter: typeof import("./licenseGrantAccepter").LicenseGrantAccepter;