/** ContainerObjectTempURL */
export interface ContainerObjectTempURL {
    /** Temporary URL expiration date */
    expirationDate: string;
    /** Temporary URL to get object */
    getURL: string;
}
//# sourceMappingURL=ContainerObjectTempURL.d.ts.map