@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)
37 lines (36 loc) • 3.67 kB
TypeScript
export { AggregationAuthorizationArgs } from "./aggregationAuthorization";
export type AggregationAuthorization = import("./aggregationAuthorization").AggregationAuthorization;
export declare const AggregationAuthorization: typeof import("./aggregationAuthorization").AggregationAuthorization;
export { ConfigRuleArgs } from "./configRule";
export type ConfigRule = import("./configRule").ConfigRule;
export declare const ConfigRule: typeof import("./configRule").ConfigRule;
export { ConfigurationAggregatorArgs } from "./configurationAggregator";
export type ConfigurationAggregator = import("./configurationAggregator").ConfigurationAggregator;
export declare const ConfigurationAggregator: typeof import("./configurationAggregator").ConfigurationAggregator;
export { ConformancePackArgs } from "./conformancePack";
export type ConformancePack = import("./conformancePack").ConformancePack;
export declare const ConformancePack: typeof import("./conformancePack").ConformancePack;
export { GetAggregationAuthorizationArgs, GetAggregationAuthorizationResult, GetAggregationAuthorizationOutputArgs } from "./getAggregationAuthorization";
export declare const getAggregationAuthorization: typeof import("./getAggregationAuthorization").getAggregationAuthorization;
export declare const getAggregationAuthorizationOutput: typeof import("./getAggregationAuthorization").getAggregationAuthorizationOutput;
export { GetConfigRuleArgs, GetConfigRuleResult, GetConfigRuleOutputArgs } from "./getConfigRule";
export declare const getConfigRule: typeof import("./getConfigRule").getConfigRule;
export declare const getConfigRuleOutput: typeof import("./getConfigRule").getConfigRuleOutput;
export { GetConfigurationAggregatorArgs, GetConfigurationAggregatorResult, GetConfigurationAggregatorOutputArgs } from "./getConfigurationAggregator";
export declare const getConfigurationAggregator: typeof import("./getConfigurationAggregator").getConfigurationAggregator;
export declare const getConfigurationAggregatorOutput: typeof import("./getConfigurationAggregator").getConfigurationAggregatorOutput;
export { GetConformancePackArgs, GetConformancePackResult, GetConformancePackOutputArgs } from "./getConformancePack";
export declare const getConformancePack: typeof import("./getConformancePack").getConformancePack;
export declare const getConformancePackOutput: typeof import("./getConformancePack").getConformancePackOutput;
export { GetOrganizationConformancePackArgs, GetOrganizationConformancePackResult, GetOrganizationConformancePackOutputArgs } from "./getOrganizationConformancePack";
export declare const getOrganizationConformancePack: typeof import("./getOrganizationConformancePack").getOrganizationConformancePack;
export declare const getOrganizationConformancePackOutput: typeof import("./getOrganizationConformancePack").getOrganizationConformancePackOutput;
export { GetStoredQueryArgs, GetStoredQueryResult, GetStoredQueryOutputArgs } from "./getStoredQuery";
export declare const getStoredQuery: typeof import("./getStoredQuery").getStoredQuery;
export declare const getStoredQueryOutput: typeof import("./getStoredQuery").getStoredQueryOutput;
export { OrganizationConformancePackArgs } from "./organizationConformancePack";
export type OrganizationConformancePack = import("./organizationConformancePack").OrganizationConformancePack;
export declare const OrganizationConformancePack: typeof import("./organizationConformancePack").OrganizationConformancePack;
export { StoredQueryArgs } from "./storedQuery";
export type StoredQuery = import("./storedQuery").StoredQuery;
export declare const StoredQuery: typeof import("./storedQuery").StoredQuery;