UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

31 lines (30 loc) 2.57 kB
export { AccountRegistrationArgs, AccountRegistrationState } from "./accountRegistration"; export type AccountRegistration = import("./accountRegistration").AccountRegistration; export declare const AccountRegistration: typeof import("./accountRegistration").AccountRegistration; export { AssessmentArgs, AssessmentState } from "./assessment"; export type Assessment = import("./assessment").Assessment; export declare const Assessment: typeof import("./assessment").Assessment; export { AssessmentDelegationArgs, AssessmentDelegationState } from "./assessmentDelegation"; export type AssessmentDelegation = import("./assessmentDelegation").AssessmentDelegation; export declare const AssessmentDelegation: typeof import("./assessmentDelegation").AssessmentDelegation; export { AssessmentReportArgs, AssessmentReportState } from "./assessmentReport"; export type AssessmentReport = import("./assessmentReport").AssessmentReport; export declare const AssessmentReport: typeof import("./assessmentReport").AssessmentReport; export { ControlArgs, ControlState } from "./control"; export type Control = import("./control").Control; export declare const Control: typeof import("./control").Control; export { FrameworkArgs, FrameworkState } from "./framework"; export type Framework = import("./framework").Framework; export declare const Framework: typeof import("./framework").Framework; export { FrameworkShareArgs, FrameworkShareState } from "./frameworkShare"; export type FrameworkShare = import("./frameworkShare").FrameworkShare; export declare const FrameworkShare: typeof import("./frameworkShare").FrameworkShare; export { GetControlArgs, GetControlResult, GetControlOutputArgs } from "./getControl"; export declare const getControl: typeof import("./getControl").getControl; export declare const getControlOutput: typeof import("./getControl").getControlOutput; export { GetFrameworkArgs, GetFrameworkResult, GetFrameworkOutputArgs } from "./getFramework"; export declare const getFramework: typeof import("./getFramework").getFramework; export declare const getFrameworkOutput: typeof import("./getFramework").getFrameworkOutput; export { OrganizationAdminAccountRegistrationArgs, OrganizationAdminAccountRegistrationState } from "./organizationAdminAccountRegistration"; export type OrganizationAdminAccountRegistration = import("./organizationAdminAccountRegistration").OrganizationAdminAccountRegistration; export declare const OrganizationAdminAccountRegistration: typeof import("./organizationAdminAccountRegistration").OrganizationAdminAccountRegistration;