UNPKG

@pulumi/aws

Version:

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

19 lines (18 loc) 1.72 kB
export { GetResourceShareArgs, GetResourceShareResult, GetResourceShareOutputArgs } from "./getResourceShare"; export declare const getResourceShare: typeof import("./getResourceShare").getResourceShare; export declare const getResourceShareOutput: typeof import("./getResourceShare").getResourceShareOutput; export { PrincipalAssociationArgs, PrincipalAssociationState } from "./principalAssociation"; export type PrincipalAssociation = import("./principalAssociation").PrincipalAssociation; export declare const PrincipalAssociation: typeof import("./principalAssociation").PrincipalAssociation; export { ResourceAssociationArgs, ResourceAssociationState } from "./resourceAssociation"; export type ResourceAssociation = import("./resourceAssociation").ResourceAssociation; export declare const ResourceAssociation: typeof import("./resourceAssociation").ResourceAssociation; export { ResourceShareArgs, ResourceShareState } from "./resourceShare"; export type ResourceShare = import("./resourceShare").ResourceShare; export declare const ResourceShare: typeof import("./resourceShare").ResourceShare; export { ResourceShareAccepterArgs, ResourceShareAccepterState } from "./resourceShareAccepter"; export type ResourceShareAccepter = import("./resourceShareAccepter").ResourceShareAccepter; export declare const ResourceShareAccepter: typeof import("./resourceShareAccepter").ResourceShareAccepter; export { SharingWithOrganizationArgs, SharingWithOrganizationState } from "./sharingWithOrganization"; export type SharingWithOrganization = import("./sharingWithOrganization").SharingWithOrganization; export declare const SharingWithOrganization: typeof import("./sharingWithOrganization").SharingWithOrganization;