@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
34 lines (33 loc) • 2.83 kB
TypeScript
export { BucketArgs, BucketState } from "./bucket";
export type Bucket = import("./bucket").Bucket;
export declare const Bucket: typeof import("./bucket").Bucket;
export { BucketInventoriesArgs, BucketInventoriesResult, BucketInventoriesOutputArgs } from "./bucketInventories";
export declare const bucketInventories: typeof import("./bucketInventories").bucketInventories;
export declare const bucketInventoriesOutput: typeof import("./bucketInventories").bucketInventoriesOutput;
export { BucketInventoryArgs, BucketInventoryState } from "./bucketInventory";
export type BucketInventory = import("./bucketInventory").BucketInventory;
export declare const BucketInventory: typeof import("./bucketInventory").BucketInventory;
export { BucketObjectArgs, BucketObjectState } from "./bucketObject";
export type BucketObject = import("./bucketObject").BucketObject;
export declare const BucketObject: typeof import("./bucketObject").BucketObject;
export { BucketObjectsArgs, BucketObjectsResult, BucketObjectsOutputArgs } from "./bucketObjects";
export declare const bucketObjects: typeof import("./bucketObjects").bucketObjects;
export declare const bucketObjectsOutput: typeof import("./bucketObjects").bucketObjectsOutput;
export { BucketPolicyArgs, BucketPolicyState } from "./bucketPolicy";
export type BucketPolicy = import("./bucketPolicy").BucketPolicy;
export declare const BucketPolicy: typeof import("./bucketPolicy").BucketPolicy;
export { BucketRealtimeLogArgs, BucketRealtimeLogState } from "./bucketRealtimeLog";
export type BucketRealtimeLog = import("./bucketRealtimeLog").BucketRealtimeLog;
export declare const BucketRealtimeLog: typeof import("./bucketRealtimeLog").BucketRealtimeLog;
export { BucketsArgs, BucketsResult, BucketsOutputArgs } from "./buckets";
export declare const buckets: typeof import("./buckets").buckets;
export declare const bucketsOutput: typeof import("./buckets").bucketsOutput;
export { GetBucketInventoriesArgs, GetBucketInventoriesResult, GetBucketInventoriesOutputArgs } from "./getBucketInventories";
export declare const getBucketInventories: typeof import("./getBucketInventories").getBucketInventories;
export declare const getBucketInventoriesOutput: typeof import("./getBucketInventories").getBucketInventoriesOutput;
export { GetBucketObjectsArgs, GetBucketObjectsResult, GetBucketObjectsOutputArgs } from "./getBucketObjects";
export declare const getBucketObjects: typeof import("./getBucketObjects").getBucketObjects;
export declare const getBucketObjectsOutput: typeof import("./getBucketObjects").getBucketObjectsOutput;
export { GetBucketsArgs, GetBucketsResult, GetBucketsOutputArgs } from "./getBuckets";
export declare const getBuckets: typeof import("./getBuckets").getBuckets;
export declare const getBucketsOutput: typeof import("./getBuckets").getBucketsOutput;