UNPKG

@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)

14 lines (13 loc) 1.46 kB
export { DataRepositoryAssociationArgs } from "./dataRepositoryAssociation"; export type DataRepositoryAssociation = import("./dataRepositoryAssociation").DataRepositoryAssociation; export declare const DataRepositoryAssociation: typeof import("./dataRepositoryAssociation").DataRepositoryAssociation; export { GetDataRepositoryAssociationArgs, GetDataRepositoryAssociationResult, GetDataRepositoryAssociationOutputArgs } from "./getDataRepositoryAssociation"; export declare const getDataRepositoryAssociation: typeof import("./getDataRepositoryAssociation").getDataRepositoryAssociation; export declare const getDataRepositoryAssociationOutput: typeof import("./getDataRepositoryAssociation").getDataRepositoryAssociationOutput; export { GetS3AccessPointAttachmentArgs, GetS3AccessPointAttachmentResult, GetS3AccessPointAttachmentOutputArgs } from "./getS3AccessPointAttachment"; export declare const getS3AccessPointAttachment: typeof import("./getS3AccessPointAttachment").getS3AccessPointAttachment; export declare const getS3AccessPointAttachmentOutput: typeof import("./getS3AccessPointAttachment").getS3AccessPointAttachmentOutput; export { S3AccessPointAttachmentArgs } from "./s3accessPointAttachment"; export type S3AccessPointAttachment = import("./s3accessPointAttachment").S3AccessPointAttachment; export declare const S3AccessPointAttachment: typeof import("./s3accessPointAttachment").S3AccessPointAttachment; export * from "../types/enums/fsx";