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)

50 lines (49 loc) 4.35 kB
export { AssociationArgs } from "./association"; export type Association = import("./association").Association; export declare const Association: typeof import("./association").Association; export { DocumentArgs } from "./document"; export type Document = import("./document").Document; export declare const Document: typeof import("./document").Document; export { GetAssociationArgs, GetAssociationResult, GetAssociationOutputArgs } from "./getAssociation"; export declare const getAssociation: typeof import("./getAssociation").getAssociation; export declare const getAssociationOutput: typeof import("./getAssociation").getAssociationOutput; export { GetDocumentArgs, GetDocumentResult, GetDocumentOutputArgs } from "./getDocument"; export declare const getDocument: typeof import("./getDocument").getDocument; export declare const getDocumentOutput: typeof import("./getDocument").getDocumentOutput; export { GetMaintenanceWindowTargetArgs, GetMaintenanceWindowTargetResult, GetMaintenanceWindowTargetOutputArgs } from "./getMaintenanceWindowTarget"; export declare const getMaintenanceWindowTarget: typeof import("./getMaintenanceWindowTarget").getMaintenanceWindowTarget; export declare const getMaintenanceWindowTargetOutput: typeof import("./getMaintenanceWindowTarget").getMaintenanceWindowTargetOutput; export { GetMaintenanceWindowTaskArgs, GetMaintenanceWindowTaskResult, GetMaintenanceWindowTaskOutputArgs } from "./getMaintenanceWindowTask"; export declare const getMaintenanceWindowTask: typeof import("./getMaintenanceWindowTask").getMaintenanceWindowTask; export declare const getMaintenanceWindowTaskOutput: typeof import("./getMaintenanceWindowTask").getMaintenanceWindowTaskOutput; export { GetParameterArgs, GetParameterResult, GetParameterOutputArgs } from "./getParameter"; export declare const getParameter: typeof import("./getParameter").getParameter; export declare const getParameterOutput: typeof import("./getParameter").getParameterOutput; export { GetPatchBaselineArgs, GetPatchBaselineResult, GetPatchBaselineOutputArgs } from "./getPatchBaseline"; export declare const getPatchBaseline: typeof import("./getPatchBaseline").getPatchBaseline; export declare const getPatchBaselineOutput: typeof import("./getPatchBaseline").getPatchBaselineOutput; export { GetResourceDataSyncArgs, GetResourceDataSyncResult, GetResourceDataSyncOutputArgs } from "./getResourceDataSync"; export declare const getResourceDataSync: typeof import("./getResourceDataSync").getResourceDataSync; export declare const getResourceDataSyncOutput: typeof import("./getResourceDataSync").getResourceDataSyncOutput; export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy"; export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy; export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput; export { MaintenanceWindowTargetArgs } from "./maintenanceWindowTarget"; export type MaintenanceWindowTarget = import("./maintenanceWindowTarget").MaintenanceWindowTarget; export declare const MaintenanceWindowTarget: typeof import("./maintenanceWindowTarget").MaintenanceWindowTarget; export { MaintenanceWindowTaskArgs } from "./maintenanceWindowTask"; export type MaintenanceWindowTask = import("./maintenanceWindowTask").MaintenanceWindowTask; export declare const MaintenanceWindowTask: typeof import("./maintenanceWindowTask").MaintenanceWindowTask; export { ParameterArgs } from "./parameter"; export type Parameter = import("./parameter").Parameter; export declare const Parameter: typeof import("./parameter").Parameter; export { PatchBaselineArgs } from "./patchBaseline"; export type PatchBaseline = import("./patchBaseline").PatchBaseline; export declare const PatchBaseline: typeof import("./patchBaseline").PatchBaseline; export { ResourceDataSyncArgs } from "./resourceDataSync"; export type ResourceDataSync = import("./resourceDataSync").ResourceDataSync; export declare const ResourceDataSync: typeof import("./resourceDataSync").ResourceDataSync; export { ResourcePolicyArgs } from "./resourcePolicy"; export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy; export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy; export * from "../types/enums/ssm";