factory S3LogsConfigurationResult.fromJson(Map<String, dynamic> json) { return S3LogsConfigurationResult( status: (json['status'] as String).toDataSourceStatus(), ); }