@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)
68 lines (67 loc) • 5.17 kB
TypeScript
export { AlarmArgs } from "./alarm";
export type Alarm = import("./alarm").Alarm;
export declare const Alarm: typeof import("./alarm").Alarm;
export { BucketArgs } from "./bucket";
export type Bucket = import("./bucket").Bucket;
export declare const Bucket: typeof import("./bucket").Bucket;
export { CertificateArgs } from "./certificate";
export type Certificate = import("./certificate").Certificate;
export declare const Certificate: typeof import("./certificate").Certificate;
export { ContainerArgs } from "./container";
export type Container = import("./container").Container;
export declare const Container: typeof import("./container").Container;
export { DatabaseArgs } from "./database";
export type Database = import("./database").Database;
export declare const Database: typeof import("./database").Database;
export { DiskArgs } from "./disk";
export type Disk = import("./disk").Disk;
export declare const Disk: typeof import("./disk").Disk;
export { GetAlarmArgs, GetAlarmResult, GetAlarmOutputArgs } from "./getAlarm";
export declare const getAlarm: typeof import("./getAlarm").getAlarm;
export declare const getAlarmOutput: typeof import("./getAlarm").getAlarmOutput;
export { GetBucketArgs, GetBucketResult, GetBucketOutputArgs } from "./getBucket";
export declare const getBucket: typeof import("./getBucket").getBucket;
export declare const getBucketOutput: typeof import("./getBucket").getBucketOutput;
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
export { GetContainerArgs, GetContainerResult, GetContainerOutputArgs } from "./getContainer";
export declare const getContainer: typeof import("./getContainer").getContainer;
export declare const getContainerOutput: typeof import("./getContainer").getContainerOutput;
export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase";
export declare const getDatabase: typeof import("./getDatabase").getDatabase;
export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput;
export { GetDiskArgs, GetDiskResult, GetDiskOutputArgs } from "./getDisk";
export declare const getDisk: typeof import("./getDisk").getDisk;
export declare const getDiskOutput: typeof import("./getDisk").getDiskOutput;
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
export declare const getInstance: typeof import("./getInstance").getInstance;
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
export { GetInstanceSnapshotArgs, GetInstanceSnapshotResult, GetInstanceSnapshotOutputArgs } from "./getInstanceSnapshot";
export declare const getInstanceSnapshot: typeof import("./getInstanceSnapshot").getInstanceSnapshot;
export declare const getInstanceSnapshotOutput: typeof import("./getInstanceSnapshot").getInstanceSnapshotOutput;
export { GetLoadBalancerArgs, GetLoadBalancerResult, GetLoadBalancerOutputArgs } from "./getLoadBalancer";
export declare const getLoadBalancer: typeof import("./getLoadBalancer").getLoadBalancer;
export declare const getLoadBalancerOutput: typeof import("./getLoadBalancer").getLoadBalancerOutput;
export { GetLoadBalancerTlsCertificateArgs, GetLoadBalancerTlsCertificateResult, GetLoadBalancerTlsCertificateOutputArgs } from "./getLoadBalancerTlsCertificate";
export declare const getLoadBalancerTlsCertificate: typeof import("./getLoadBalancerTlsCertificate").getLoadBalancerTlsCertificate;
export declare const getLoadBalancerTlsCertificateOutput: typeof import("./getLoadBalancerTlsCertificate").getLoadBalancerTlsCertificateOutput;
export { GetStaticIpArgs, GetStaticIpResult, GetStaticIpOutputArgs } from "./getStaticIp";
export declare const getStaticIp: typeof import("./getStaticIp").getStaticIp;
export declare const getStaticIpOutput: typeof import("./getStaticIp").getStaticIpOutput;
export { InstanceArgs } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstanceSnapshotArgs } from "./instanceSnapshot";
export type InstanceSnapshot = import("./instanceSnapshot").InstanceSnapshot;
export declare const InstanceSnapshot: typeof import("./instanceSnapshot").InstanceSnapshot;
export { LoadBalancerArgs } from "./loadBalancer";
export type LoadBalancer = import("./loadBalancer").LoadBalancer;
export declare const LoadBalancer: typeof import("./loadBalancer").LoadBalancer;
export { LoadBalancerTlsCertificateArgs } from "./loadBalancerTlsCertificate";
export type LoadBalancerTlsCertificate = import("./loadBalancerTlsCertificate").LoadBalancerTlsCertificate;
export declare const LoadBalancerTlsCertificate: typeof import("./loadBalancerTlsCertificate").LoadBalancerTlsCertificate;
export { StaticIpArgs } from "./staticIp";
export type StaticIp = import("./staticIp").StaticIp;
export declare const StaticIp: typeof import("./staticIp").StaticIp;
export * from "../types/enums/lightsail";