@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)
44 lines (43 loc) • 3.74 kB
TypeScript
export { CalculatedAttributeDefinitionArgs } from "./calculatedAttributeDefinition";
export type CalculatedAttributeDefinition = import("./calculatedAttributeDefinition").CalculatedAttributeDefinition;
export declare const CalculatedAttributeDefinition: typeof import("./calculatedAttributeDefinition").CalculatedAttributeDefinition;
export { DomainArgs } from "./domain";
export type Domain = import("./domain").Domain;
export declare const Domain: typeof import("./domain").Domain;
export { EventStreamArgs } from "./eventStream";
export type EventStream = import("./eventStream").EventStream;
export declare const EventStream: typeof import("./eventStream").EventStream;
export { EventTriggerArgs } from "./eventTrigger";
export type EventTrigger = import("./eventTrigger").EventTrigger;
export declare const EventTrigger: typeof import("./eventTrigger").EventTrigger;
export { GetCalculatedAttributeDefinitionArgs, GetCalculatedAttributeDefinitionResult, GetCalculatedAttributeDefinitionOutputArgs } from "./getCalculatedAttributeDefinition";
export declare const getCalculatedAttributeDefinition: typeof import("./getCalculatedAttributeDefinition").getCalculatedAttributeDefinition;
export declare const getCalculatedAttributeDefinitionOutput: typeof import("./getCalculatedAttributeDefinition").getCalculatedAttributeDefinitionOutput;
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
export declare const getDomain: typeof import("./getDomain").getDomain;
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
export { GetEventStreamArgs, GetEventStreamResult, GetEventStreamOutputArgs } from "./getEventStream";
export declare const getEventStream: typeof import("./getEventStream").getEventStream;
export declare const getEventStreamOutput: typeof import("./getEventStream").getEventStreamOutput;
export { GetEventTriggerArgs, GetEventTriggerResult, GetEventTriggerOutputArgs } from "./getEventTrigger";
export declare const getEventTrigger: typeof import("./getEventTrigger").getEventTrigger;
export declare const getEventTriggerOutput: typeof import("./getEventTrigger").getEventTriggerOutput;
export { GetIntegrationArgs, GetIntegrationResult, GetIntegrationOutputArgs } from "./getIntegration";
export declare const getIntegration: typeof import("./getIntegration").getIntegration;
export declare const getIntegrationOutput: typeof import("./getIntegration").getIntegrationOutput;
export { GetObjectTypeArgs, GetObjectTypeResult, GetObjectTypeOutputArgs } from "./getObjectType";
export declare const getObjectType: typeof import("./getObjectType").getObjectType;
export declare const getObjectTypeOutput: typeof import("./getObjectType").getObjectTypeOutput;
export { GetSegmentDefinitionArgs, GetSegmentDefinitionResult, GetSegmentDefinitionOutputArgs } from "./getSegmentDefinition";
export declare const getSegmentDefinition: typeof import("./getSegmentDefinition").getSegmentDefinition;
export declare const getSegmentDefinitionOutput: typeof import("./getSegmentDefinition").getSegmentDefinitionOutput;
export { IntegrationArgs } from "./integration";
export type Integration = import("./integration").Integration;
export declare const Integration: typeof import("./integration").Integration;
export { ObjectTypeArgs } from "./objectType";
export type ObjectType = import("./objectType").ObjectType;
export declare const ObjectType: typeof import("./objectType").ObjectType;
export { SegmentDefinitionArgs } from "./segmentDefinition";
export type SegmentDefinition = import("./segmentDefinition").SegmentDefinition;
export declare const SegmentDefinition: typeof import("./segmentDefinition").SegmentDefinition;
export * from "../types/enums/customerprofiles";