@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.5 kB
TypeScript
export { ConfigurationSetArgs } from "./configurationSet";
export type ConfigurationSet = import("./configurationSet").ConfigurationSet;
export declare const ConfigurationSet: typeof import("./configurationSet").ConfigurationSet;
export { GetConfigurationSetArgs, GetConfigurationSetResult, GetConfigurationSetOutputArgs } from "./getConfigurationSet";
export declare const getConfigurationSet: typeof import("./getConfigurationSet").getConfigurationSet;
export declare const getConfigurationSetOutput: typeof import("./getConfigurationSet").getConfigurationSetOutput;
export { GetOptOutListArgs, GetOptOutListResult, GetOptOutListOutputArgs } from "./getOptOutList";
export declare const getOptOutList: typeof import("./getOptOutList").getOptOutList;
export declare const getOptOutListOutput: typeof import("./getOptOutList").getOptOutListOutput;
export { GetPhoneNumberArgs, GetPhoneNumberResult, GetPhoneNumberOutputArgs } from "./getPhoneNumber";
export declare const getPhoneNumber: typeof import("./getPhoneNumber").getPhoneNumber;
export declare const getPhoneNumberOutput: typeof import("./getPhoneNumber").getPhoneNumberOutput;
export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool";
export declare const getPool: typeof import("./getPool").getPool;
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
export { GetProtectConfigurationArgs, GetProtectConfigurationResult, GetProtectConfigurationOutputArgs } from "./getProtectConfiguration";
export declare const getProtectConfiguration: typeof import("./getProtectConfiguration").getProtectConfiguration;
export declare const getProtectConfigurationOutput: typeof import("./getProtectConfiguration").getProtectConfigurationOutput;
export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy";
export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy;
export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput;
export { GetSenderIdArgs, GetSenderIdResult, GetSenderIdOutputArgs } from "./getSenderId";
export declare const getSenderId: typeof import("./getSenderId").getSenderId;
export declare const getSenderIdOutput: typeof import("./getSenderId").getSenderIdOutput;
export { OptOutListArgs } from "./optOutList";
export type OptOutList = import("./optOutList").OptOutList;
export declare const OptOutList: typeof import("./optOutList").OptOutList;
export { PhoneNumberArgs } from "./phoneNumber";
export type PhoneNumber = import("./phoneNumber").PhoneNumber;
export declare const PhoneNumber: typeof import("./phoneNumber").PhoneNumber;
export { PoolArgs } from "./pool";
export type Pool = import("./pool").Pool;
export declare const Pool: typeof import("./pool").Pool;
export { ProtectConfigurationArgs } from "./protectConfiguration";
export type ProtectConfiguration = import("./protectConfiguration").ProtectConfiguration;
export declare const ProtectConfiguration: typeof import("./protectConfiguration").ProtectConfiguration;
export { ResourcePolicyArgs } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { SenderIdArgs } from "./senderId";
export type SenderId = import("./senderId").SenderId;
export declare const SenderId: typeof import("./senderId").SenderId;
export * from "../types/enums/smsvoice";