/*! * Copyright Adaptavist 2025 (c) All rights reserved */ export interface Owner { /** * Container for the display name of the owner. This functionality is not supported for directory buckets. This value is only supported in the following AWS Regions: ** US East (N. Virginia) ** US West (N. California) ** US West (Oregon) ** Asia Pacific (Singapore) ** Asia Pacific (Sydney) ** Asia Pacific (Tokyo) ** Europe (Ireland) ** South America (São Paulo) */ DisplayName?: string; /** * Container for the ID of the owner. */ ID?: string; } //# sourceMappingURL=Owner.d.ts.map