factory DeleteTapePoolOutput.fromJson(Map<String, dynamic> json) { return DeleteTapePoolOutput( poolARN: json['PoolARN'] as String?, ); }