/** AI Solutions S3™ compatible credentials */
export interface S3CredentialsInput {
    /** S3™ compatible Access Key */
    accessKey: string;
    /** S3™ compatible Region */
    region: string;
    /** S3™ compatible Private Key */
    secretKey: string;
}
//# sourceMappingURL=S3CredentialsInput.d.ts.map