UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

13 lines (12 loc) 778 B
export { GetGrantArgs, GetGrantResult, GetGrantOutputArgs } from "./getGrant"; export declare const getGrant: typeof import("./getGrant").getGrant; export declare const getGrantOutput: typeof import("./getGrant").getGrantOutput; export { GetLicenseArgs, GetLicenseResult, GetLicenseOutputArgs } from "./getLicense"; export declare const getLicense: typeof import("./getLicense").getLicense; export declare const getLicenseOutput: typeof import("./getLicense").getLicenseOutput; export { GrantArgs } from "./grant"; export type Grant = import("./grant").Grant; export declare const Grant: typeof import("./grant").Grant; export { LicenseArgs } from "./license"; export type License = import("./license").License; export declare const License: typeof import("./license").License;