import { _LoggingEnabled, _UnmarshalledLoggingEnabled } from "./_LoggingEnabled"; /** * _BucketLoggingStatus shape */ export interface _BucketLoggingStatus { /** *

Container for logging information. Presence of this element indicates that logging is enabled. Parameters TargetBucket and TargetPrefix are required in this case.

*/ LoggingEnabled?: _LoggingEnabled; } export interface _UnmarshalledBucketLoggingStatus extends _BucketLoggingStatus { /** *

Container for logging information. Presence of this element indicates that logging is enabled. Parameters TargetBucket and TargetPrefix are required in this case.

*/ LoggingEnabled?: _UnmarshalledLoggingEnabled; }