@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.95 kB
TypeScript
export { DestinationArgs } from "./destination";
export type Destination = import("./destination").Destination;
export declare const Destination: typeof import("./destination").Destination;
export { DeviceProfileArgs } from "./deviceProfile";
export type DeviceProfile = import("./deviceProfile").DeviceProfile;
export declare const DeviceProfile: typeof import("./deviceProfile").DeviceProfile;
export { FuotaTaskArgs } from "./fuotaTask";
export type FuotaTask = import("./fuotaTask").FuotaTask;
export declare const FuotaTask: typeof import("./fuotaTask").FuotaTask;
export { GetDestinationArgs, GetDestinationResult, GetDestinationOutputArgs } from "./getDestination";
export declare const getDestination: typeof import("./getDestination").getDestination;
export declare const getDestinationOutput: typeof import("./getDestination").getDestinationOutput;
export { GetDeviceProfileArgs, GetDeviceProfileResult, GetDeviceProfileOutputArgs } from "./getDeviceProfile";
export declare const getDeviceProfile: typeof import("./getDeviceProfile").getDeviceProfile;
export declare const getDeviceProfileOutput: typeof import("./getDeviceProfile").getDeviceProfileOutput;
export { GetFuotaTaskArgs, GetFuotaTaskResult, GetFuotaTaskOutputArgs } from "./getFuotaTask";
export declare const getFuotaTask: typeof import("./getFuotaTask").getFuotaTask;
export declare const getFuotaTaskOutput: typeof import("./getFuotaTask").getFuotaTaskOutput;
export { GetMulticastGroupArgs, GetMulticastGroupResult, GetMulticastGroupOutputArgs } from "./getMulticastGroup";
export declare const getMulticastGroup: typeof import("./getMulticastGroup").getMulticastGroup;
export declare const getMulticastGroupOutput: typeof import("./getMulticastGroup").getMulticastGroupOutput;
export { GetNetworkAnalyzerConfigurationArgs, GetNetworkAnalyzerConfigurationResult, GetNetworkAnalyzerConfigurationOutputArgs } from "./getNetworkAnalyzerConfiguration";
export declare const getNetworkAnalyzerConfiguration: typeof import("./getNetworkAnalyzerConfiguration").getNetworkAnalyzerConfiguration;
export declare const getNetworkAnalyzerConfigurationOutput: typeof import("./getNetworkAnalyzerConfiguration").getNetworkAnalyzerConfigurationOutput;
export { GetServiceProfileArgs, GetServiceProfileResult, GetServiceProfileOutputArgs } from "./getServiceProfile";
export declare const getServiceProfile: typeof import("./getServiceProfile").getServiceProfile;
export declare const getServiceProfileOutput: typeof import("./getServiceProfile").getServiceProfileOutput;
export { GetTaskDefinitionArgs, GetTaskDefinitionResult, GetTaskDefinitionOutputArgs } from "./getTaskDefinition";
export declare const getTaskDefinition: typeof import("./getTaskDefinition").getTaskDefinition;
export declare const getTaskDefinitionOutput: typeof import("./getTaskDefinition").getTaskDefinitionOutput;
export { GetWirelessDeviceArgs, GetWirelessDeviceResult, GetWirelessDeviceOutputArgs } from "./getWirelessDevice";
export declare const getWirelessDevice: typeof import("./getWirelessDevice").getWirelessDevice;
export declare const getWirelessDeviceOutput: typeof import("./getWirelessDevice").getWirelessDeviceOutput;
export { GetWirelessGatewayArgs, GetWirelessGatewayResult, GetWirelessGatewayOutputArgs } from "./getWirelessGateway";
export declare const getWirelessGateway: typeof import("./getWirelessGateway").getWirelessGateway;
export declare const getWirelessGatewayOutput: typeof import("./getWirelessGateway").getWirelessGatewayOutput;
export { MulticastGroupArgs } from "./multicastGroup";
export type MulticastGroup = import("./multicastGroup").MulticastGroup;
export declare const MulticastGroup: typeof import("./multicastGroup").MulticastGroup;
export { NetworkAnalyzerConfigurationArgs } from "./networkAnalyzerConfiguration";
export type NetworkAnalyzerConfiguration = import("./networkAnalyzerConfiguration").NetworkAnalyzerConfiguration;
export declare const NetworkAnalyzerConfiguration: typeof import("./networkAnalyzerConfiguration").NetworkAnalyzerConfiguration;
export { ServiceProfileArgs } from "./serviceProfile";
export type ServiceProfile = import("./serviceProfile").ServiceProfile;
export declare const ServiceProfile: typeof import("./serviceProfile").ServiceProfile;
export { TaskDefinitionArgs } from "./taskDefinition";
export type TaskDefinition = import("./taskDefinition").TaskDefinition;
export declare const TaskDefinition: typeof import("./taskDefinition").TaskDefinition;
export { WirelessDeviceArgs } from "./wirelessDevice";
export type WirelessDevice = import("./wirelessDevice").WirelessDevice;
export declare const WirelessDevice: typeof import("./wirelessDevice").WirelessDevice;
export { WirelessGatewayArgs } from "./wirelessGateway";
export type WirelessGateway = import("./wirelessGateway").WirelessGateway;
export declare const WirelessGateway: typeof import("./wirelessGateway").WirelessGateway;
export * from "../types/enums/iotwireless";