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)

20 lines (19 loc) 2.16 kB
export { CustomActionArgs } from "./customAction"; export type CustomAction = import("./customAction").CustomAction; export declare const CustomAction: typeof import("./customAction").CustomAction; export { GetCustomActionArgs, GetCustomActionResult, GetCustomActionOutputArgs } from "./getCustomAction"; export declare const getCustomAction: typeof import("./getCustomAction").getCustomAction; export declare const getCustomActionOutput: typeof import("./getCustomAction").getCustomActionOutput; export { GetMicrosoftTeamsChannelConfigurationArgs, GetMicrosoftTeamsChannelConfigurationResult, GetMicrosoftTeamsChannelConfigurationOutputArgs } from "./getMicrosoftTeamsChannelConfiguration"; export declare const getMicrosoftTeamsChannelConfiguration: typeof import("./getMicrosoftTeamsChannelConfiguration").getMicrosoftTeamsChannelConfiguration; export declare const getMicrosoftTeamsChannelConfigurationOutput: typeof import("./getMicrosoftTeamsChannelConfiguration").getMicrosoftTeamsChannelConfigurationOutput; export { GetSlackChannelConfigurationArgs, GetSlackChannelConfigurationResult, GetSlackChannelConfigurationOutputArgs } from "./getSlackChannelConfiguration"; export declare const getSlackChannelConfiguration: typeof import("./getSlackChannelConfiguration").getSlackChannelConfiguration; export declare const getSlackChannelConfigurationOutput: typeof import("./getSlackChannelConfiguration").getSlackChannelConfigurationOutput; export { MicrosoftTeamsChannelConfigurationArgs } from "./microsoftTeamsChannelConfiguration"; export type MicrosoftTeamsChannelConfiguration = import("./microsoftTeamsChannelConfiguration").MicrosoftTeamsChannelConfiguration; export declare const MicrosoftTeamsChannelConfiguration: typeof import("./microsoftTeamsChannelConfiguration").MicrosoftTeamsChannelConfiguration; export { SlackChannelConfigurationArgs } from "./slackChannelConfiguration"; export type SlackChannelConfiguration = import("./slackChannelConfiguration").SlackChannelConfiguration; export declare const SlackChannelConfiguration: typeof import("./slackChannelConfiguration").SlackChannelConfiguration; export * from "../types/enums/chatbot";