/** * Tapis Workflows API * Create and manage pipelines * * The version of the OpenAPI document: 1.6.0 * Contact: cicsupport@tacc.utexas.edu * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface S3ArchiveAllOf */ export interface S3ArchiveAllOf { /** * * @type {string} * @memberof S3ArchiveAllOf */ endpoint: string; /** * * @type {string} * @memberof S3ArchiveAllOf */ bucket: string; /** * * @type {string} * @memberof S3ArchiveAllOf */ region: string; } export declare function S3ArchiveAllOfFromJSON(json: any): S3ArchiveAllOf; export declare function S3ArchiveAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): S3ArchiveAllOf; export declare function S3ArchiveAllOfToJSON(value?: S3ArchiveAllOf | null): any;