factory UpdateActionResponse.fromJson(Map<String, dynamic> json) { return UpdateActionResponse( actionArn: json['ActionArn'] as String?, ); }