UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

19 lines (18 loc) 1.5 kB
export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { GetServiceQuotaArgs, GetServiceQuotaResult, GetServiceQuotaOutputArgs } from "./getServiceQuota"; export declare const getServiceQuota: typeof import("./getServiceQuota").getServiceQuota; export declare const getServiceQuotaOutput: typeof import("./getServiceQuota").getServiceQuotaOutput; export { GetTemplatesArgs, GetTemplatesResult, GetTemplatesOutputArgs } from "./getTemplates"; export declare const getTemplates: typeof import("./getTemplates").getTemplates; export declare const getTemplatesOutput: typeof import("./getTemplates").getTemplatesOutput; export { ServiceQuotaArgs, ServiceQuotaState } from "./serviceQuota"; export type ServiceQuota = import("./serviceQuota").ServiceQuota; export declare const ServiceQuota: typeof import("./serviceQuota").ServiceQuota; export { TemplateArgs, TemplateState } from "./template"; export type Template = import("./template").Template; export declare const Template: typeof import("./template").Template; export { TemplateAssociationArgs, TemplateAssociationState } from "./templateAssociation"; export type TemplateAssociation = import("./templateAssociation").TemplateAssociation; export declare const TemplateAssociation: typeof import("./templateAssociation").TemplateAssociation;