@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)
68 lines (67 loc) • 5.65 kB
TypeScript
export { AliasArgs } from "./alias";
export type Alias = import("./alias").Alias;
export declare const Alias: typeof import("./alias").Alias;
export { BuildArgs } from "./build";
export type Build = import("./build").Build;
export declare const Build: typeof import("./build").Build;
export { ContainerFleetArgs } from "./containerFleet";
export type ContainerFleet = import("./containerFleet").ContainerFleet;
export declare const ContainerFleet: typeof import("./containerFleet").ContainerFleet;
export { ContainerGroupDefinitionArgs } from "./containerGroupDefinition";
export type ContainerGroupDefinition = import("./containerGroupDefinition").ContainerGroupDefinition;
export declare const ContainerGroupDefinition: typeof import("./containerGroupDefinition").ContainerGroupDefinition;
export { FleetArgs } from "./fleet";
export type Fleet = import("./fleet").Fleet;
export declare const Fleet: typeof import("./fleet").Fleet;
export { GameServerGroupArgs } from "./gameServerGroup";
export type GameServerGroup = import("./gameServerGroup").GameServerGroup;
export declare const GameServerGroup: typeof import("./gameServerGroup").GameServerGroup;
export { GameSessionQueueArgs } from "./gameSessionQueue";
export type GameSessionQueue = import("./gameSessionQueue").GameSessionQueue;
export declare const GameSessionQueue: typeof import("./gameSessionQueue").GameSessionQueue;
export { GetAliasArgs, GetAliasResult, GetAliasOutputArgs } from "./getAlias";
export declare const getAlias: typeof import("./getAlias").getAlias;
export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput;
export { GetBuildArgs, GetBuildResult, GetBuildOutputArgs } from "./getBuild";
export declare const getBuild: typeof import("./getBuild").getBuild;
export declare const getBuildOutput: typeof import("./getBuild").getBuildOutput;
export { GetContainerFleetArgs, GetContainerFleetResult, GetContainerFleetOutputArgs } from "./getContainerFleet";
export declare const getContainerFleet: typeof import("./getContainerFleet").getContainerFleet;
export declare const getContainerFleetOutput: typeof import("./getContainerFleet").getContainerFleetOutput;
export { GetContainerGroupDefinitionArgs, GetContainerGroupDefinitionResult, GetContainerGroupDefinitionOutputArgs } from "./getContainerGroupDefinition";
export declare const getContainerGroupDefinition: typeof import("./getContainerGroupDefinition").getContainerGroupDefinition;
export declare const getContainerGroupDefinitionOutput: typeof import("./getContainerGroupDefinition").getContainerGroupDefinitionOutput;
export { GetFleetArgs, GetFleetResult, GetFleetOutputArgs } from "./getFleet";
export declare const getFleet: typeof import("./getFleet").getFleet;
export declare const getFleetOutput: typeof import("./getFleet").getFleetOutput;
export { GetGameServerGroupArgs, GetGameServerGroupResult, GetGameServerGroupOutputArgs } from "./getGameServerGroup";
export declare const getGameServerGroup: typeof import("./getGameServerGroup").getGameServerGroup;
export declare const getGameServerGroupOutput: typeof import("./getGameServerGroup").getGameServerGroupOutput;
export { GetGameSessionQueueArgs, GetGameSessionQueueResult, GetGameSessionQueueOutputArgs } from "./getGameSessionQueue";
export declare const getGameSessionQueue: typeof import("./getGameSessionQueue").getGameSessionQueue;
export declare const getGameSessionQueueOutput: typeof import("./getGameSessionQueue").getGameSessionQueueOutput;
export { GetLocationArgs, GetLocationResult, GetLocationOutputArgs } from "./getLocation";
export declare const getLocation: typeof import("./getLocation").getLocation;
export declare const getLocationOutput: typeof import("./getLocation").getLocationOutput;
export { GetMatchmakingConfigurationArgs, GetMatchmakingConfigurationResult, GetMatchmakingConfigurationOutputArgs } from "./getMatchmakingConfiguration";
export declare const getMatchmakingConfiguration: typeof import("./getMatchmakingConfiguration").getMatchmakingConfiguration;
export declare const getMatchmakingConfigurationOutput: typeof import("./getMatchmakingConfiguration").getMatchmakingConfigurationOutput;
export { GetMatchmakingRuleSetArgs, GetMatchmakingRuleSetResult, GetMatchmakingRuleSetOutputArgs } from "./getMatchmakingRuleSet";
export declare const getMatchmakingRuleSet: typeof import("./getMatchmakingRuleSet").getMatchmakingRuleSet;
export declare const getMatchmakingRuleSetOutput: typeof import("./getMatchmakingRuleSet").getMatchmakingRuleSetOutput;
export { GetScriptArgs, GetScriptResult, GetScriptOutputArgs } from "./getScript";
export declare const getScript: typeof import("./getScript").getScript;
export declare const getScriptOutput: typeof import("./getScript").getScriptOutput;
export { LocationArgs } from "./location";
export type Location = import("./location").Location;
export declare const Location: typeof import("./location").Location;
export { MatchmakingConfigurationArgs } from "./matchmakingConfiguration";
export type MatchmakingConfiguration = import("./matchmakingConfiguration").MatchmakingConfiguration;
export declare const MatchmakingConfiguration: typeof import("./matchmakingConfiguration").MatchmakingConfiguration;
export { MatchmakingRuleSetArgs } from "./matchmakingRuleSet";
export type MatchmakingRuleSet = import("./matchmakingRuleSet").MatchmakingRuleSet;
export declare const MatchmakingRuleSet: typeof import("./matchmakingRuleSet").MatchmakingRuleSet;
export { ScriptArgs } from "./script";
export type Script = import("./script").Script;
export declare const Script: typeof import("./script").Script;
export * from "../types/enums/gamelift";