UNPKG

@pulumi/aws

Version:

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

13 lines (12 loc) 1.11 kB
export { EventDataStoreArgs, EventDataStoreState } from "./eventDataStore"; export type EventDataStore = import("./eventDataStore").EventDataStore; export declare const EventDataStore: typeof import("./eventDataStore").EventDataStore; export { GetServiceAccountArgs, GetServiceAccountResult, GetServiceAccountOutputArgs } from "./getServiceAccount"; export declare const getServiceAccount: typeof import("./getServiceAccount").getServiceAccount; export declare const getServiceAccountOutput: typeof import("./getServiceAccount").getServiceAccountOutput; export { OrganizationDelegatedAdminAccountArgs, OrganizationDelegatedAdminAccountState } from "./organizationDelegatedAdminAccount"; export type OrganizationDelegatedAdminAccount = import("./organizationDelegatedAdminAccount").OrganizationDelegatedAdminAccount; export declare const OrganizationDelegatedAdminAccount: typeof import("./organizationDelegatedAdminAccount").OrganizationDelegatedAdminAccount; export { TrailArgs, TrailState } from "./trail"; export type Trail = import("./trail").Trail; export declare const Trail: typeof import("./trail").Trail;