@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)
56 lines (55 loc) • 4.79 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 { DomainObjectTypeArgs } from "./domainObjectType";
export type DomainObjectType = import("./domainObjectType").DomainObjectType;
export declare const DomainObjectType: typeof import("./domainObjectType").DomainObjectType;
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 { GetDomainObjectTypeArgs, GetDomainObjectTypeResult, GetDomainObjectTypeOutputArgs } from "./getDomainObjectType";
export declare const getDomainObjectType: typeof import("./getDomainObjectType").getDomainObjectType;
export declare const getDomainObjectTypeOutput: typeof import("./getDomainObjectType").getDomainObjectTypeOutput;
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 { GetRecommenderArgs, GetRecommenderResult, GetRecommenderOutputArgs } from "./getRecommender";
export declare const getRecommender: typeof import("./getRecommender").getRecommender;
export declare const getRecommenderOutput: typeof import("./getRecommender").getRecommenderOutput;
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 { RecommenderArgs } from "./recommender";
export type Recommender = import("./recommender").Recommender;
export declare const Recommender: typeof import("./recommender").Recommender;
export { SegmentDefinitionArgs } from "./segmentDefinition";
export type SegmentDefinition = import("./segmentDefinition").SegmentDefinition;
export declare const SegmentDefinition: typeof import("./segmentDefinition").SegmentDefinition;
export * from "../types/enums/customerprofiles";