factory DeleteFileShareOutput.fromJson(Map<String, dynamic> json) { return DeleteFileShareOutput( fileShareARN: json['FileShareARN'] as String?, ); }