@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
40 lines (39 loc) • 3.64 kB
TypeScript
export { AggregateAuthorizationArgs, AggregateAuthorizationState } from "./aggregateAuthorization";
export type AggregateAuthorization = import("./aggregateAuthorization").AggregateAuthorization;
export declare const AggregateAuthorization: typeof import("./aggregateAuthorization").AggregateAuthorization;
export { ConfigurationAggregatorArgs, ConfigurationAggregatorState } from "./configurationAggregator";
export type ConfigurationAggregator = import("./configurationAggregator").ConfigurationAggregator;
export declare const ConfigurationAggregator: typeof import("./configurationAggregator").ConfigurationAggregator;
export { ConformancePackArgs, ConformancePackState } from "./conformancePack";
export type ConformancePack = import("./conformancePack").ConformancePack;
export declare const ConformancePack: typeof import("./conformancePack").ConformancePack;
export { DeliveryChannelArgs, DeliveryChannelState } from "./deliveryChannel";
export type DeliveryChannel = import("./deliveryChannel").DeliveryChannel;
export declare const DeliveryChannel: typeof import("./deliveryChannel").DeliveryChannel;
export { OrganizationConformancePackArgs, OrganizationConformancePackState } from "./organizationConformancePack";
export type OrganizationConformancePack = import("./organizationConformancePack").OrganizationConformancePack;
export declare const OrganizationConformancePack: typeof import("./organizationConformancePack").OrganizationConformancePack;
export { OrganizationCustomPolicyRuleArgs, OrganizationCustomPolicyRuleState } from "./organizationCustomPolicyRule";
export type OrganizationCustomPolicyRule = import("./organizationCustomPolicyRule").OrganizationCustomPolicyRule;
export declare const OrganizationCustomPolicyRule: typeof import("./organizationCustomPolicyRule").OrganizationCustomPolicyRule;
export { OrganizationCustomRuleArgs, OrganizationCustomRuleState } from "./organizationCustomRule";
export type OrganizationCustomRule = import("./organizationCustomRule").OrganizationCustomRule;
export declare const OrganizationCustomRule: typeof import("./organizationCustomRule").OrganizationCustomRule;
export { OrganizationManagedRuleArgs, OrganizationManagedRuleState } from "./organizationManagedRule";
export type OrganizationManagedRule = import("./organizationManagedRule").OrganizationManagedRule;
export declare const OrganizationManagedRule: typeof import("./organizationManagedRule").OrganizationManagedRule;
export { RecorderArgs, RecorderState } from "./recorder";
export type Recorder = import("./recorder").Recorder;
export declare const Recorder: typeof import("./recorder").Recorder;
export { RecorderStatusArgs, RecorderStatusState } from "./recorderStatus";
export type RecorderStatus = import("./recorderStatus").RecorderStatus;
export declare const RecorderStatus: typeof import("./recorderStatus").RecorderStatus;
export { RemediationConfigurationArgs, RemediationConfigurationState } from "./remediationConfiguration";
export type RemediationConfiguration = import("./remediationConfiguration").RemediationConfiguration;
export declare const RemediationConfiguration: typeof import("./remediationConfiguration").RemediationConfiguration;
export { RetentionConfigurationArgs, RetentionConfigurationState } from "./retentionConfiguration";
export type RetentionConfiguration = import("./retentionConfiguration").RetentionConfiguration;
export declare const RetentionConfiguration: typeof import("./retentionConfiguration").RetentionConfiguration;
export { RuleArgs, RuleState } from "./rule";
export type Rule = import("./rule").Rule;
export declare const Rule: typeof import("./rule").Rule;